From c8550e644795a71dd7bad8b4426fa0d17a0443e9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 30 Aug 2017 13:40:44 -0700 Subject: [PATCH] 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: Ia934435f0f1c673d59811a0d09574f680c9d7f1b --- releasenotes/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5bb7d9e5..3c7e9fef 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.