From c6f6a3f8970cc3a88621015b858c78ac7403b3a4 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 1 Jun 2017 08:53:02 -0600 Subject: [PATCH] Drop -dev in preparation for Pike M2 We're coming up on the Pike M2 release and we need to prepare the metadata.json and reno configuration for the release. Change-Id: Ic2f64fc0a77bf0f1e3c3776005041c24d5e3dd04 --- metadata.json | 2 +- releasenotes/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 9d32d35b..026a8a34 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.1.0-dev" + "version": "11.1.0" } \ No newline at end of file diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5a0c2081..1ed8dfc9 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -54,7 +54,7 @@ copyright = u'2017, Puppet OpenStack Developers' # The short X.Y version. version = '11.1.0' # The full version, including alpha/beta/rc tags. -release = '11.1.0-dev' +release = '11.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.