From: Emilien Macchi Date: Wed, 30 Aug 2017 20:41:00 +0000 (-0700) Subject: Use Python to compute release notes version X-Git-Tag: 12.0.0~8 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b6ee08938f518ff5fd93025811044278e40f69d6;p=puppet-modules%2Fpuppet-ceilometer.git 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: I426a91b955a01a24806e8c4888e945c2c83072dc --- diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 328a1ca..3cd3ac4 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -53,9 +53,9 @@ copyright = u'2017, Puppet OpenStack Developers' # built documents. # # The short X.Y version. -version = '12.0.0' +version = '' # The full version, including alpha/beta/rc tags. -release = '12.0.0-dev' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.