summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-11-06 07:54:49 -0600
committerJames Bennett <james@b-list.org>2013-11-06 07:54:49 -0600
commita71ff762356a46f37d189f503f0ec2aaaca6ad0e (patch)
treea49f3f93a20180fc84dbfd17761e87fd2d17ba24 /django/__init__.py
parent84b9ab7c1d0dd2567a060e148ad630c7aa0103ee (diff)
[1.6.x] Bump version numbers for 1.6 release.
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 24be902a1b..64ef084e4a 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 0, 'rc', 1)
+VERSION = (1, 6, 0, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.