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: I4ac82085e9316e0e01b34ac5dceb839f17da7d7e
This commit is contained in:
Emilien Macchi 2017-08-30 14:33:14 -07:00
parent 6cceabe27f
commit 1624749961

View File

@ -53,9 +53,9 @@ copyright = u'2017, TripleO Developers'
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = ''
# The short X.Y version.
version = '1.0.0'
version = ''
# The full version, including alpha/beta/rc tags.