diff options
| author | James Bennett <james@b-list.org> | 2014-08-20 15:00:40 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2014-08-20 15:00:40 -0500 |
| commit | 4fce0193d21b893f0ba186b10cfcdd6350fa5865 (patch) | |
| tree | a8c76cb8e31ee519b60618a7e4d2db190e6588a5 /setup.py | |
| parent | 027bd348642007617518379f8b02546abacaa6e0 (diff) | |
[1.4.x] Bump version numbers for security release.1.4.14
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.13.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.14.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
