From ff82e31fe80c259faa28ba345601b6a20cc418a5 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 4 Aug 2017 13:36:15 -0600 Subject: [PATCH] Bump modules to next minor with -dev After releasing Pike M3, we need to bump the metadata version information for the next release with a -dev. Change-Id: Iffef5bd317125045f6028bcc8c1332abde9323e9 --- metadata.json | 2 +- releasenotes/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index be39e79c..844b4586 100644 --- a/metadata.json +++ b/metadata.json @@ -69,5 +69,5 @@ ], "source": "git://github.com/openstack/puppet-openstacklib.git", "summary": "Puppet OpenStack Libraries", - "version": "11.2.0" + "version": "11.3.0-dev" } \ No newline at end of file diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e0df7ab3..5d5c7941 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 = '11.2.0' +version = '11.3.0' # The full version, including alpha/beta/rc tags. -release = '11.2.0' +release = '11.3.0-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.