From bbcdfb4d69ccebde33b3803c8660c25730b181f8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 1 Jan 2014 11:54:04 -0500 Subject: [PATCH] [1.5.x] Fixed version number in docs/conf.py Since there are no more alpha/beta/rcs for 1.5 we can set release=version. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3e666d05f8..01e660aef4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ copyright = 'Django Software Foundation and contributors' # The short X.Y version. version = '1.5.5' # The full version, including alpha/beta/rc tags. -release = '1.5.4' +release = version # The next version to be released django_next_version = '1.6'