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: Icf2f9af3fa59e04342e96559c4be065cb4057714
This commit is contained in:
Emilien Macchi 2017-08-30 14:31:48 -07:00
parent 8a0910b157
commit 8da389729b

View File

@ -51,11 +51,10 @@ copyright = u'2016, TripleO Developers'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from tripleo_common import __version__ as tripleo_version
# The full version, including alpha/beta/rc tags.
release = tripleo_version.version_string_with_vcs()
release = ''
# The short X.Y version.
version = tripleo_version.canonical_version_string()
version = ''
# The full version, including alpha/beta/rc tags.