diff options
| author | James Bennett <james@b-list.org> | 2013-10-24 23:31:51 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-10-24 23:31:51 -0500 |
| commit | c30516e9cca2ddc92a43187284521d0faad2aa88 (patch) | |
| tree | a987bdb1b9efdb5cdaf1766f24acfb645825165a /setup.py | |
| parent | f571345ef795d28fbe8aa7e6291a77fe372f3cf8 (diff) | |
[1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5
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.4.tar.gz', + download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.5.tar.gz', license='BSD', packages=packages, package_data=package_data, |
