Merge "Remove setting of version/release from releasenotes"
This commit is contained in:
commit
ee8da54dbc
@ -67,12 +67,10 @@ copyright = u'2015, Heat Developers'
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
from heat.version import version_info as heat_version
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = heat_version.version_string_with_vcs()
|
||||
release = ''
|
||||
# The short X.Y version.
|
||||
version = heat_version.canonical_version_string()
|
||||
version = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user