summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:27:45 +0200
committerJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:27:50 +0200
commit4e922f608424b36e83ff54a106392476e9e24c3e (patch)
tree2543e551699b76ccf66ec93e7bf421e9623bb65c /django
parentffcb0091783c637670afeee6faa616e912f23279 (diff)
Bumped version numbers for release.1.5.8
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 c820eef6ea..241591443e 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 8, 'alpha', 0)
+VERSION = (1, 5, 8, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.