diff options
| author | James Bennett <james@b-list.org> | 2012-10-17 17:15:49 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2012-10-17 17:15:49 -0500 |
| commit | 0f54fed0b6a94e981007cf9202d867fb1f9ba3ce (patch) | |
| tree | c9945d43453149a43ef4cd9fd0c4721052757572 /setup.py | |
| parent | 58806ce1530305390f593cc78b66d77443c6e1b2 (diff) | |
[1.4.x] Bump version numbers for security release.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
