summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-02-19 14:15:33 -0600
committerJames Bennett <james@b-list.org>2013-02-19 14:15:33 -0600
commit18d920ea4839fb54f9d2a5dcb555b6a5666ee469 (patch)
treeb8cb7d38fa9934fdf9d656e9a760a6b2a0414cf4 /setup.py
parent84ce990c0790c61230e2c6dca6768f91e67b3ee6 (diff)
[1.5.x] Bump version numbers for security release.1.5c2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a904aea693..3b85647f8c 100644
--- a/setup.py
+++ b/setup.py
@@ -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,