diff options
| author | James Bennett <james@b-list.org> | 2013-02-26 13:06:35 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-02-26 13:06:35 -0600 |
| commit | e7f2c6f2d7bf6687a058f6bdcc2f17e372c2d729 (patch) | |
| tree | 1a492071141428c7f1d1ae4a3178821e2fb6a374 /setup.py | |
| parent | 702d39921cb95883d3b7590eadd65b03f76d0f92 (diff) | |
[1.5.x] Bump version numbers for Django 1.5 release.
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.5c2.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.tar.gz', license = "BSD", packages = packages, cmdclass = cmdclasses, |
