Prepare for Ocata post release

Prepare the metadata configuration for a new Ocata release.

Change-Id: I36e12dbd361c849b92314e61b7b4df62fed09e3a
This commit is contained in:
Emilien Macchi 2018-01-16 16:55:19 -08:00
parent 0ca43214a5
commit 7f2554f73d
2 changed files with 16 additions and 16 deletions

View File

@ -1,16 +1,16 @@
{
"name": "openstack-ovn",
"version": "10.4.1",
"author": "OVN and OpenStack contributors",
"summary": "Modules to setup ovn-northd and ovn-controller",
"license": "Apache-2.0",
"source": "",
"project_page": "http://ovn.org",
"issues_url": "http://ovn.org/mlists/",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.11.0 <5.0.0"
}
]
"name": "openstack-ovn",
"version": "10.5.0",
"author": "OVN and OpenStack contributors",
"summary": "Modules to setup ovn-northd and ovn-controller",
"license": "Apache-2.0",
"source": "",
"project_page": "http://ovn.org",
"issues_url": "http://ovn.org/mlists/",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.11.0 <5.0.0"
}
]
}

View File

@ -52,9 +52,9 @@ copyright = u'2016, Puppet OpenStack Developers'
# built documents.
#
# The short X.Y version.
version = '10.4.1'
version = ''
# The full version, including alpha/beta/rc tags.
release = '10.4.1'
release = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.