summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-09-15 00:29:31 -0600
committerJames Bennett <james@b-list.org>2013-09-15 00:29:31 -0600
commit4607c7325dca510428f8e67a97bd73d647ffb35f (patch)
tree4a6e2a3dd8ed3d79dd9892667e2ca580f4fd9fa5 /setup.py
parent22b74fa09d7ccbc8c52270d648a0da7f3f0fa2bc (diff)
[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4
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 e959d8627c..38db93d15f 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.3.tar.gz',
+ download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.4.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,