summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-10-24 23:31:51 -0500
committerJames Bennett <james@b-list.org>2013-10-24 23:31:51 -0500
commitc30516e9cca2ddc92a43187284521d0faad2aa88 (patch)
treea987bdb1b9efdb5cdaf1766f24acfb645825165a /setup.py
parentf571345ef795d28fbe8aa7e6291a77fe372f3cf8 (diff)
[1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5
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 38db93d15f..4682031af9 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.4.tar.gz',
+ download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.5.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,