summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-02-26 13:06:35 -0600
committerJames Bennett <james@b-list.org>2013-02-26 13:06:35 -0600
commite7f2c6f2d7bf6687a058f6bdcc2f17e372c2d729 (patch)
tree1a492071141428c7f1d1ae4a3178821e2fb6a374 /setup.py
parent702d39921cb95883d3b7590eadd65b03f76d0f92 (diff)
[1.5.x] Bump version numbers for Django 1.5 release.
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 3b85647f8c..d117352cba 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.5c2.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.tar.gz',
license = "BSD",
packages = packages,
cmdclass = cmdclasses,