summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2013-03-28 15:12:39 -0500
committerJacob Kaplan-Moss <jacob@jacobian.org>2013-03-28 15:12:39 -0500
commit2847ae66653831bc7e413a26c9310c24c1c6fae2 (patch)
tree38339b1497a0ca06ff221d5b049c69e034105beb /setup.py
parentd7eaadb4f810e9790d01dae99d218415c8b673a2 (diff)
Bump version numbers for 1.5.1.1.5.1
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 fcd6193cee..7880c28ff5 100644
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ setup(
author = 'Django Software Foundation',
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.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.1.tar.gz',
license = "BSD",
packages = packages,
cmdclass = cmdclasses,