summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parentffcb0091783c637670afeee6faa616e912f23279 (diff)
Bumped version numbers for release.1.5.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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,