summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2011-03-04 05:27:28 +0000
committerJames Bennett <ubernostrum@gmail.com>2011-03-04 05:27:28 +0000
commit5e9deba988e07486c77873e2d8673e87759cc3f9 (patch)
tree0c507e8bf235bcb11f93c448d7a2e1fd8d05b9ac /setup.py
parent18f42f546a1bb7478829986154375abf37762e13 (diff)
Bump trunk to 1.3 release candidate status.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15755 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 3ede666dc4..2297ab0ffe 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,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 = 'http://media.djangoproject.com/releases/1.3/Django-1.3-beta-1.tar.gz',
+ download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3-rc-1.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,