summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-09-14 23:53:07 -0600
committerJames Bennett <james@b-list.org>2013-09-14 23:53:07 -0600
commit3ffc7b52f8704443ef0c20f34bb50c9144898ef7 (patch)
tree5dc052ceb506cc702d45fe723451d6eff10ab806 /setup.py
parent3f3d887a6844ec2db743fee64c9e53e04d39a368 (diff)
[1.4.x] Add release notes and bump version numbers for 1.4.8 security 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 91fe94a16a..ddab44f4c6 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,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.4/Django-1.4.7.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.8.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,