Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-12-13 15:28:31 +00:00 committed by Gerrit Code Review
commit ee8da54dbc
1 changed files with 2 additions and 4 deletions

View File

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