diff options
| author | James Bennett <james@b-list.org> | 2014-04-28 15:34:35 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2014-04-28 15:34:35 -0500 |
| commit | c47324b2de6c967dd76ad6095c4b42b177e5473b (patch) | |
| tree | 512ea520ac42f943ee5b06e19172336bb95ca893 /setup.py | |
| parent | 47a352f84e82767ac0e58ea387b192bf896fd574 (diff) | |
[1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7
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.6.tar.gz', + download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.7.tar.gz', license='BSD', packages=packages, package_data=package_data, |
