Bump modules to next minor with -dev

After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.

Change-Id: I4a5c7ada6362ad600c8a2b3f10946c463c509199
This commit is contained in:
Alex Schultz 2017-04-21 17:21:43 -06:00
parent 3a3c9102a3
commit a590aac870
2 changed files with 6 additions and 6 deletions

View File

@ -11,15 +11,15 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=11.1.0 <12.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=11.1.0 <12.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=11.1.0 <12.0.0"
}
],
"description": "Installs and configures OpenStack Magnum.",
@ -55,5 +55,5 @@
"project_page": "https://launchpad.net/puppet-magnum",
"source": "git://github.com/openstack/puppet-magnum.git",
"summary": "Puppet module for OpenStack Magnum",
"version": "11.0.0"
"version": "11.1.0-dev"
}

View File

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