diff options
| author | James Bennett <james@b-list.org> | 2013-02-19 14:15:33 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-02-19 14:15:33 -0600 |
| commit | 18d920ea4839fb54f9d2a5dcb555b6a5666ee469 (patch) | |
| tree | b8cb7d38fa9934fdf9d656e9a760a6b2a0414cf4 /setup.py | |
| parent | 84ce990c0790c61230e2c6dca6768f91e67b3ee6 (diff) | |
[1.5.x] Bump version numbers for security release.1.5c2
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.5c1.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5c2.tar.gz', license = "BSD", packages = packages, cmdclass = cmdclasses, |
