From 7f2554f73d9437ed38acaebf6e6d4c28994e8439 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 16 Jan 2018 16:55:19 -0800 Subject: [PATCH] Prepare for Ocata post release Prepare the metadata configuration for a new Ocata release. Change-Id: I36e12dbd361c849b92314e61b7b4df62fed09e3a --- metadata.json | 28 ++++++++++++++-------------- releasenotes/source/conf.py | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/metadata.json b/metadata.json index ad754d2..b6292ed 100644 --- a/metadata.json +++ b/metadata.json @@ -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" + } + ] } \ No newline at end of file diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ca3a6d0..079c6f3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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.