diff options
| author | James Bennett <james@b-list.org> | 2013-09-14 23:53:07 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-09-14 23:53:07 -0600 |
| commit | 3ffc7b52f8704443ef0c20f34bb50c9144898ef7 (patch) | |
| tree | 5dc052ceb506cc702d45fe723451d6eff10ab806 /setup.py | |
| parent | 3f3d887a6844ec2db743fee64c9e53e04d39a368 (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.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.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, |
