Update versions for Queens cycle
Since we've cut the release for pike, we need to open master up with Queens version information. Change-Id: Ifda27c84a78e629f5c6887ef7b793cf288428cfc
This commit is contained in:
parent
40d572b4c6
commit
915346b4a9
@ -15,15 +15,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/keystone",
|
"name": "openstack/keystone",
|
||||||
"version_requirement": ">=11.3.0 <12.0.0"
|
"version_requirement": ">=12.0.0 <13.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/openstacklib",
|
"name": "openstack/openstacklib",
|
||||||
"version_requirement": ">=11.3.0 <12.0.0"
|
"version_requirement": ">=12.0.0 <13.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/oslo",
|
"name": "openstack/oslo",
|
||||||
"version_requirement": ">=11.3.0 <12.0.0"
|
"version_requirement": ">=12.0.0 <13.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Installs and configures OpenStack mistral.",
|
"description": "Installs and configures OpenStack mistral.",
|
||||||
@ -69,5 +69,5 @@
|
|||||||
],
|
],
|
||||||
"source": "git://github.com/openstack/puppet-mistral.git",
|
"source": "git://github.com/openstack/puppet-mistral.git",
|
||||||
"summary": "Puppet module for OpenStack Mistral",
|
"summary": "Puppet module for OpenStack Mistral",
|
||||||
"version": "11.3.0"
|
"version": "12.0.0-dev"
|
||||||
}
|
}
|
@ -53,9 +53,9 @@ copyright = u'2017, Puppet OpenStack Developers'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '11.3.0'
|
version = '12.0.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '11.3.0'
|
release = '12.0.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…
x
Reference in New Issue
Block a user