Puppet OpenStack Newton RC2

9.4.0 will be our RC2.

Change-Id: Id924cf4ebc665de74966cae6ce91d792f9506bbe
This commit is contained in:
Alex Schultz 2016-09-26 07:31:18 -06:00
parent dd1a05295d
commit 35fd3718b8
2 changed files with 9 additions and 5 deletions

View File

@ -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"
}
]
}

View File

@ -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.