summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2014-02-06 15:38:06 -0600
committerJacob Kaplan-Moss <jacob@jacobian.org>2014-02-06 15:38:06 -0600
commit687b3d96c40d745371c64bca7fe6d46a4e7e379c (patch)
tree420b6a0c50560794b6e40c3b5d4b8fc4aef619cd
parentc58a98cc34d471d743cd39e873e5b730a372d01b (diff)
Bump version number for 1.6.2.1.6.2
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 3b229dafce..83cb7787d5 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 2, 'alpha', 0)
+VERSION = (1, 6, 2, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.