summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2011-09-10 01:32:14 +0000
committerJames Bennett <ubernostrum@gmail.com>2011-09-10 01:32:14 +0000
commit722d4068a7e798f65b01d0d60676f7e8eff8703b (patch)
tree0c796f1cc04479f9e0e540968e43b51c7b7c6482 /setup.py
parent1a76dbefdfc60e2d5954c0ba614c3d054ba9c3f0 (diff)
[1.3.X] Bump to 1.3.1 for security release.1.3.1
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16767 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 77aaca7d03..1d8732fa24 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.tar.gz',
+ download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3.1.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,