Bump version for the start of Yoga

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

Change-Id: I17cd787ca167416d6470d67064799bd4acc4a3cf
This commit is contained in:
Takashi Kajinami 2021-10-11 11:50:20 +09:00
parent 25b4343ba0
commit 2752b2bf38
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=19.4.0 <20.0.0"
"version_requirement": ">=20.0.0 <21.0.0"
},
{
"name": "puppetlabs/inifile",
@ -19,11 +19,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 Sahara (Data Processing).",
@ -65,5 +65,5 @@
],
"source": "https://opendev.org/openstack/puppet-sahara.git",
"summary": "Puppet module for OpenStack Sahara",
"version": "19.4.0"
"version": "20.0.0"
}