diff --git a/metadata.json b/metadata.json index 132adaa..4bc6465 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-zaqar", - "version": "10.3.0", + "version": "11.0.0-dev", "author": "OpenStack Contributors", "summary": "Puppet module for OpenStack Zaqar", "license": "Apache-2.0", @@ -28,8 +28,7 @@ { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "21", - "22" + "24" ] }, { @@ -41,7 +40,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "14.04", "16.04" ] } @@ -53,19 +51,19 @@ }, { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.0.0 <5.0.0" + "version_requirement": ">=4.0.0 <5.0.0" }, { "name": "openstack/keystone", - "version_requirement": ">=10.3.0 <11.0.0" + "version_requirement": ">=11.0.0 <12.0.0" }, { "name": "openstack/openstacklib", - "version_requirement": ">=10.3.0 <11.0.0" + "version_requirement": ">=11.0.0 <12.0.0" }, { "name": "openstack/oslo", - "version_requirement": ">=10.3.0 <11.0.0" + "version_requirement": ">=11.0.0 <12.0.0" }, { "name": "puppetlabs/apache", diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 18d575a..d28ca7d 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -45,16 +45,16 @@ master_doc = 'index' # General information about the project. project = u'puppet-zaqar 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. @@ -198,7 +198,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'puppet-zaqarReleaseNotes.tex', u'puppet-zaqar 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 @@ -228,7 +228,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'puppet-zaqarreleasenotes', u'puppet-zaqar Release Notes Documentation', - [u'2016, Puppet OpenStack Developers'], 1) + [u'2017, Puppet OpenStack Developers'], 1) ] # If true, show URL addresses after external links. @@ -242,7 +242,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'puppet-zaqarReleaseNotes', u'puppet-zaqar Release Notes Documentation', - u'2016, Puppet OpenStack Developers', 'puppet-zaqarReleaseNotes', 'One line description of project.', + u'2017, Puppet OpenStack Developers', 'puppet-zaqarReleaseNotes', 'One line description of project.', 'Miscellaneous'), ]