Update version for Pike
authorAlex Schultz <aschultz@redhat.com>
Tue, 7 Mar 2017 18:27:12 +0000 (11:27 -0700)
committerAlex Schultz <aschultz@redhat.com>
Tue, 7 Mar 2017 18:27:12 +0000 (11:27 -0700)
The current version information is behind that of stable/ocata. In order
to address some version generation issues in packaging, we need to bump
the version numbers for in preparation for the next version.

Change-Id: I586811d9623c4bb03b1b234eaed2b3b365ba6e3e
Releated-Bug: #1669462

metadata.json
releasenotes/source/conf.py

index 0db84c7..32b5d95 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "openstack-tripleo",
-  "version": "6.2.0",
+  "version": "7.0.0",
   "author": "OpenStack Contributors",
   "summary": "Puppet module for TripleO",
   "license": "Apache-2.0",
index 5cc0c41..e293b07 100644 (file)
@@ -45,16 +45,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'puppet-tripleo Release Notes'
-copyright = u'2016, Puppet TripleO Developers'
+copyright = u'2017, Puppet TripleO 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 = '6.2.0'
+version = '7.0.0'
 # The full version, including alpha/beta/rc tags.
-release = '6.2.0'
+release = '7.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-tripleoReleaseNotes.tex', u'puppet-tripleo Release Notes Documentation',
-   u'2016, Puppet TripleO Developers', 'manual'),
+   u'2017, Puppet TripleO 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-tripleoreleasenotes', u'puppet-tripleo Release Notes Documentation',
-     [u'2016, Puppet TripleO Developers'], 1)
+     [u'2017, Puppet TripleO 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-tripleoReleaseNotes', u'puppet-tripleo Release Notes Documentation',
-   u'2016, Puppet TripleO Developers', 'puppet-tripleoReleaseNotes', 'Puppet TripleO Project.',
+   u'2017, Puppet TripleO Developers', 'puppet-tripleoReleaseNotes', 'Puppet TripleO Project.',
    'Miscellaneous'),
 ]