Prepare a new Rocky release

Prepare the metadata configuration for a new Rocky release.

Change-Id: I2a51c24d96f06a95cd2c743d48daf706c640b235
This commit is contained in:
Emilien Macchi 2018-06-05 09:43:25 -07:00
parent 471287ec5e
commit 45e3f6a5f2
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=13.0.0 <14.0.0"
"version_requirement": ">=13.1.0 <14.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=13.0.0 <14.0.0"
"version_requirement": ">=13.1.0 <14.0.0"
}
],
"description": "Installs and configures OpenStack Tempest (Quality Assurance).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-tempest.git",
"summary": "Puppet module for OpenStack Tempest",
"version": "13.0.0"
"version": "13.1.0"
}