summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2012-10-17 17:15:49 -0500
committerJames Bennett <james@b-list.org>2012-10-17 17:15:49 -0500
commit0f54fed0b6a94e981007cf9202d867fb1f9ba3ce (patch)
treec9945d43453149a43ef4cd9fd0c4721052757572 /setup.py
parent58806ce1530305390f593cc78b66d77443c6e1b2 (diff)
[1.4.x] Bump version numbers for 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 fc937cefed..8c5c198f79 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.1.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.2.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,