diff options
| author | James Bennett <james@b-list.org> | 2013-02-20 13:53:27 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-02-20 13:53:27 -0600 |
| commit | 67a937c2c24b7eee8be13a1d3faff595d8f45839 (patch) | |
| tree | 1d470d2ba20eabe5cd78aa008e8490adc244d576 /setup.py | |
| parent | 3adfc3f97dc8ac5985a495b1a690b964f48ba208 (diff) | |
[1.4.x] Bump version numbers to roll a clean package.1.4.5
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.4.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.5.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
