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:
parent
8a0910b157
commit
8da389729b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user