diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:27:45 +0200 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:27:50 +0200 |
| commit | 4e922f608424b36e83ff54a106392476e9e24c3e (patch) | |
| tree | 2543e551699b76ccf66ec93e7bf421e9623bb65c /setup.py | |
| parent | ffcb0091783c637670afeee6faa616e912f23279 (diff) | |
Bumped version numbers for release.1.5.8
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ setup( 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.7.tar.gz', + download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.8.tar.gz', license='BSD', packages=packages, package_data=package_data, |
