summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-12-23 03:51:37 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-12-23 03:51:37 +0000
commit334654fdf1d4f660ce9bb2a4aa65859f6441f24d (patch)
treed0d4d874db516afbd2ea7bf492fb5fb32081d4c7
parent7f8dd9cbac074389af8d8fd235bf2cb657227b9a (diff)
downloaddjango-334654fdf1d4f660ce9bb2a4aa65859f6441f24d.tar.gz
[1.1.X] Bump to 1.1.3 for security release.1.1.3
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 8456479eee..c2470a6f0d 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 1, 3, 'alpha', 0)
+VERSION = (1, 1, 3, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])