summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent47a352f84e82767ac0e58ea387b192bf896fd574 (diff)
[1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7
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 1efc45f6e3..9a4f22b074 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.6.tar.gz',
+ download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.7.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,