diff --git a/metadata.json b/metadata.json index 9a20304..a37cb1e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-openstack_extras", - "version": "10.3.0", + "version": "11.0.0-dev", "author": "OpenStack Contributors", "summary": "Puppet OpenStack Extras Module", "license": "Apache-2.0", @@ -10,37 +10,35 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.x" + "version_requirement": "4.x" }, { "name": "puppet", - "version_requirement": "3.x" + "version_requirement": "4.x" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "7" + "8" ] }, { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "20" + "24" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6.5", "7" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "14.04", "16.04" ] } diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 223f75d..5bb0394 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -44,16 +44,16 @@ master_doc = 'index' # General information about the project. project = u'puppet-openstack_extras Release Notes' -copyright = u'2016, Puppet OpenStack Developers' +copyright = u'2017, Puppet OpenStack Developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '10.3.0' +version = '11.0.0' # The full version, including alpha/beta/rc tags. -release = '10.3.0' +release = '11.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -197,7 +197,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'puppet-openstack_extrasReleaseNotes.tex', u'puppet-openstack_extras Release Notes Documentation', - u'2016, Puppet OpenStack Developers', 'manual'), + u'2017, Puppet OpenStack Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -227,7 +227,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'puppet-openstack_extrasreleasenotes', u'puppet-openstack_extras Release Notes Documentation', - [u'2016, Puppet OpenStack Developers'], 1) + [u'2017, Puppet OpenStack Developers'], 1) ] # If true, show URL addresses after external links. @@ -241,7 +241,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'puppet-openstack_extrasReleaseNotes', u'puppet-openstack_extras Release Notes Documentation', - u'2016, Puppet OpenStack Developers', 'puppet-openstack_extrasReleaseNotes', 'One line description of project.', + u'2017, Puppet OpenStack Developers', 'puppet-openstack_extrasReleaseNotes', 'One line description of project.', 'Miscellaneous'), ]