summaryrefslogtreecommitdiff
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
parentffcb0091783c637670afeee6faa616e912f23279 (diff)
Bumped version numbers for release.1.5.8
-rw-r--r--django/__init__.py2
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 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.
diff --git a/docs/conf.py b/docs/conf.py
index c948be72cc..5a030a14c9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ copyright = 'Django Software Foundation and contributors'
# built documents.
#
# The short X.Y version.
-version = '1.5.7'
+version = '1.5.8'
# The full version, including alpha/beta/rc tags.
release = version
# The next version to be released
diff --git a/setup.py b/setup.py
index 9a4f22b074..8e44f314ff 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ setup(
author_email='foundation@djangoproject.com',
description=('A high-level Python Web framework that encourages '
'rapid development and clean, pragmatic design.'),
- download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.7.tar.gz',
+ download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.8.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,