Merge "Bump version for the start of Stein"

This commit is contained in:
Zuul 2018-08-31 21:33:11 +00:00 committed by Gerrit Code Review
commit 1af20f865d
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=13.3.0 <14.0.0" "version_requirement": ">=14.0.0 <15.0.0"
}, },
{ {
"name": "puppetlabs/stdlib", "name": "puppetlabs/stdlib",
@ -15,11 +15,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=13.3.0 <14.0.0" "version_requirement": ">=14.0.0 <15.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=13.3.0 <14.0.0" "version_requirement": ">=14.0.0 <15.0.0"
} }
], ],
"description": "Installs and configures OpenStack Heat (Orchestration).", "description": "Installs and configures OpenStack Heat (Orchestration).",
@ -62,5 +62,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": "13.3.0" "version": "14.0.0"
} }