Bump version for the start of Stein

Update the version metadata for Stein M1

Change-Id: I9de7bf852a8cb6994e6c375a66357adab6aaaffe
This commit is contained in:
Alex Schultz 2018-08-30 12:08:29 -06:00
parent b0acc92653
commit 8089a63666

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"
} }