summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-08-20 15:09:42 -0500
committerJames Bennett <james@b-list.org>2014-08-20 15:09:42 -0500
commit1f5ff0b1eb2f123523dd659916b6f0a4c0068249 (patch)
tree29314ebd8ce1fea67f0d66fd8c35966ad5e59177 /django
parent2a446c896e7c814661fb9c4f212b071b2a7fa446 (diff)
[1.5.x] Bump version numbers for security release.1.5.9
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 f45211819f..3d275f5208 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 9, 'alpha', 0)
+VERSION = (1, 5, 9, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.