Merge "Use Python to compute release notes version"

This commit is contained in:
Jenkins
2017-09-01 06:09:22 +00:00
committed by Gerrit Code Review

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