Use Python to compute release notes version

Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.

Change-Id: I3102753b83ad80dc442f662aebc8b2484b6f824d
This commit is contained in:
Emilien Macchi 2017-08-30 14:32:46 -07:00
parent ddc025d472
commit 0ec736ed1c
1 changed files with 2 additions and 3 deletions

View File

@ -61,11 +61,10 @@ copyright = u'2017, ' + authors
# |version| and |release|, also used in various other places throughout the
# built documents.
from tripleo_validations import __version__ as tripleo_version
# The short X.Y version.
version = tripleo_version.canonical_version_string()
version = ''
# The full version, including alpha/beta/rc tags.
release = tripleo_version.version_string_with_vcs()
release = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.