diff options
| author | James Bennett <james@b-list.org> | 2012-07-30 15:43:45 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2012-07-30 15:43:45 -0500 |
| commit | 28a4d039a2725ad51d23b92aa89e5b59e98e4a9b (patch) | |
| tree | 1b75bb5f0fc113492de0a42f4e3ab33bfac7e95e /setup.py | |
| parent | e34685034b60be1112160e76091e5aee60149fa1 (diff) | |
[1.4.x] Bump version numbers for security release.1.4.1
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.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.1.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
