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: Id5913b46c3003bce1312483c5c1c7da7506c697e
This commit is contained in:
parent
1b5eab2809
commit
7b774230c6
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/keystone",
|
"name": "openstack/keystone",
|
||||||
"version_requirement": ">=11.0.0 <12.0.0"
|
"version_requirement": ">=11.1.0 <12.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppetlabs/stdlib",
|
"name": "puppetlabs/stdlib",
|
||||||
@ -15,11 +15,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/openstacklib",
|
"name": "openstack/openstacklib",
|
||||||
"version_requirement": ">=11.0.0 <12.0.0"
|
"version_requirement": ">=11.1.0 <12.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/oslo",
|
"name": "openstack/oslo",
|
||||||
"version_requirement": ">=11.0.0 <12.0.0"
|
"version_requirement": ">=11.1.0 <12.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Installs and configures OpenStack Heat (Orchestration).",
|
"description": "Installs and configures OpenStack Heat (Orchestration).",
|
||||||
@ -65,5 +65,5 @@
|
|||||||
],
|
],
|
||||||
"source": "git://github.com/openstack/puppet-heat.git",
|
"source": "git://github.com/openstack/puppet-heat.git",
|
||||||
"summary": "Puppet module for OpenStack Heat",
|
"summary": "Puppet module for OpenStack Heat",
|
||||||
"version": "11.0.0"
|
"version": "11.1.0-dev"
|
||||||
}
|
}
|
@ -52,9 +52,9 @@ copyright = u'2017, Puppet OpenStack Developers'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '11.0.0'
|
version = '11.1.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
Reference in New Issue
Block a user