Bump version for the start of Yoga

Bump the major version for the Yoga release after Xena has
been branched.

Change-Id: Ibeb355d5075f726ce79daf5fb25563c3b1288742
This commit is contained in:
Takashi Kajinami 2021-10-11 11:32:20 +09:00
parent 14bfcb36d2
commit 6898397d54
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=19.4.0 <20.0.0"
"version_requirement": ">=20.0.0 <21.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=19.4.0 <20.0.0"
"version_requirement": ">=20.0.0 <21.0.0"
}
],
"description": "Installs and configures OpenStack Keystone (Identity).",
@ -61,5 +61,5 @@
],
"source": "https://opendev.org/openstack/puppet-keystone.git",
"summary": "Puppet module for OpenStack Keystone",
"version": "19.4.0"
"version": "20.0.0"
}