Drop -dev version for Pike M3

Prepare version metadata for Pike M3

Change-Id: I20b835e0bdc0eaa04892e247428ea959e12226ba
This commit is contained in:
Alex Schultz 2017-07-25 08:12:57 -06:00
parent b9566d1ff7
commit 48f230ef9a
2 changed files with 2 additions and 2 deletions

View File

@ -77,5 +77,5 @@
], ],
"source": "git://github.com/openstack/puppet-neutron.git", "source": "git://github.com/openstack/puppet-neutron.git",
"summary": "Puppet module for OpenStack Neutron", "summary": "Puppet module for OpenStack Neutron",
"version": "11.2.0-dev" "version": "11.2.0"
} }

View File

@ -55,7 +55,7 @@ copyright = u'2017, Puppet OpenStack Developers'
# The short X.Y version. # The short X.Y version.
version = '11.2.0' version = '11.2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '11.2.0-dev' release = '11.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.