mirror of
https://github.com/django/django.git
synced 2025-08-23 18: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:
parent
f20da28297
commit
bbcdfb4d69
@ -54,7 +54,7 @@ copyright = 'Django Software Foundation and contributors'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.5.5'
|
version = '1.5.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '1.5.4'
|
release = version
|
||||||
# The next version to be released
|
# The next version to be released
|
||||||
django_next_version = '1.6'
|
django_next_version = '1.6'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user