diff --git a/metadata.json b/metadata.json index a52dd32..0dbab28 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,16 @@ { "name": "openstack-ovn", - "version": "9.3.0", + "version": "9.4.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" }] + "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">= 4.11.0 <5.0.0" + } + ] } - diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ebbe744..40fa5e7 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 = '9.3.0' +version = '9.4.0' # The full version, including alpha/beta/rc tags. -release = '9.3.0' +release = '9.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.