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: I3f54b377c5452a0bc8051e5e2f28c87b8336d4d6
This commit is contained in:
parent
15d460cca3
commit
221bc91d78
@ -11,11 +11,11 @@
|
||||
},
|
||||
{
|
||||
"name": "openstack/openstacklib",
|
||||
"version_requirement": ">=11.2.0 <12.0.0"
|
||||
"version_requirement": ">=11.3.0 <12.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openstack/oslo",
|
||||
"version_requirement": ">=11.2.0 <12.0.0"
|
||||
"version_requirement": ">=11.3.0 <12.0.0"
|
||||
}
|
||||
],
|
||||
"description": "Installs and configures OpenStack Watcher.",
|
||||
@ -61,5 +61,5 @@
|
||||
],
|
||||
"source": "git://github.com/openstack/puppet-watcher.git",
|
||||
"summary": "Puppet module for OpenStack Watcher",
|
||||
"version": "11.2.0"
|
||||
"version": "11.3.0-dev"
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user