1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[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.
This commit is contained in:
Tim Graham 2014-01-01 11:54:04 -05:00
parent f20da28297
commit bbcdfb4d69

View File

@ -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'