diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-27 11:54:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-27 11:55:02 -0500 |
| commit | 7dd4c5221a0975165c95142ba749553c7d7cff32 (patch) | |
| tree | 99aa6cd87a9d221a51440757679ce33e29ff5b50 /setup.py | |
| parent | 1e39d0f6280abf34c7719db5e7ed1c333f5e5919 (diff) | |
| download | django-1.4.19.tar.gz | |
[1.4.x] Bumped version for 1.4.19 release.1.4.19
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.18.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.19.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
