summaryrefslogtreecommitdiff
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
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
-rw-r--r--django/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py
index faa34cd4d2..2874528489 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 3, 0, 'final', 0)
+VERSION = (1, 3, 1, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
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,