diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-03-28 15:12:39 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-03-28 15:12:39 -0500 |
| commit | 2847ae66653831bc7e413a26c9310c24c1c6fae2 (patch) | |
| tree | 38339b1497a0ca06ff221d5b049c69e034105beb /setup.py | |
| parent | d7eaadb4f810e9790d01dae99d218415c8b673a2 (diff) | |
Bump version numbers for 1.5.1.1.5.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,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.5/Django-1.5.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.1.tar.gz', license = "BSD", packages = packages, cmdclass = cmdclasses, |
