summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-04-28 15:34:35 -0500
committerJames Bennett <james@b-list.org>2014-04-28 15:34:35 -0500
commitc47324b2de6c967dd76ad6095c4b42b177e5473b (patch)
tree512ea520ac42f943ee5b06e19172336bb95ca893 /django
parent47a352f84e82767ac0e58ea387b192bf896fd574 (diff)
[1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7
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 35842808d6..8c2e5ee7be 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 7, 'alpha', 0)
+VERSION = (1, 5, 7, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.