From 5e451b9e6f201d6e29256555c148be0847a42b3d Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 10 Sep 2011 01:34:55 +0000 Subject: [PATCH] [1.3.X] Bump docs version number, too. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16768 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3d88ffedde..7165b92f73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ copyright = 'Django Software Foundation and contributors' # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3' +release = '1.3.1' # The next version to be released django_next_version = '1.4'