summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-04-21 17:51:51 -0500
committerJames Bennett <james@b-list.org>2014-04-21 17:51:51 -0500
commit486b6f398bba109ba68b2f29c604e2cf13099aab (patch)
tree724d2b4190fe2105a75f555abd56e720016fa39b /django
parentcebfbcdb862c7800e84d7413afc80de992486c4a (diff)
[1.5.x] Update for 1.5.6 security release.1.5.6
Diffstat (limited to 'django')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index f7f270002c..10e683e780 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 6, 'alpha', 0)
+VERSION = (1, 5, 6, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.