summaryrefslogtreecommitdiff
path: root/django
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 /django
parent1a76dbefdfc60e2d5954c0ba614c3d054ba9c3f0 (diff)
downloaddjango-722d4068a7e798f65b01d0d60676f7e8eff8703b.tar.gz
[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 'django')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 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])