summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-04-21 18:10:57 -0500
committerJames Bennett <james@b-list.org>2014-04-21 18:10:57 -0500
commit3f1abbfc4097e1b9bace016258d8870f14ba8557 (patch)
tree406b404462eb215e5cc86af6dec12ac1eb86abd4 /django/__init__.py
parentd63bfb14dd1a35672fff18cd41f386330e109f8e (diff)
[1.6.x] Update for 1.6.3 security release.1.6.3
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 63bfe96428..3c18045ebe 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 3, 'alpha', 0)
+VERSION = (1, 6, 3, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.