diff options
| author | Tim Graham <timograham@gmail.com> | 2014-01-01 11:54:04 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-01-01 11:54:04 -0500 |
| commit | bbcdfb4d69ccebde33b3803c8660c25730b181f8 (patch) | |
| tree | ce17cd73a97ac1c2ffbcc27a59206a857baa9505 | |
| parent | f20da282972628daed1d792104500600d233d897 (diff) | |
[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.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
