Commit bbcdfb4d authored by Tim Graham's avatar Tim Graham
Browse files

[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.
parent f20da282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'