From b7717a249417181442f9e0f36cf63459e62386d0 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Mon, 24 Oct 2016 18:58:06 +0900 Subject: [PATCH] [upstream] change version: 2014.11.01 -> 2016.2 Currently, when upstream training slide materials are linked to somewhere, the following title will be shown: "Commit messages - Upstream Training Guide 2014.11.01 documentation" This is because of old version numbers. Version numbers need to be changed accordingly following X.Y format. Change-Id: I48f52052656ed2ed2a7b75313268a96fb50801d7 --- doc/upstream-training/source/slides/conf.py | 6 +++--- doc/upstream-training/source/website/conf.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/upstream-training/source/slides/conf.py b/doc/upstream-training/source/slides/conf.py index 4e64f965..e9cd8662 100644 --- a/doc/upstream-training/source/slides/conf.py +++ b/doc/upstream-training/source/slides/conf.py @@ -53,16 +53,16 @@ master_doc = 'slide-index' # General information about the project. project = u'Upstream Training Guide' -copyright = u'2014-2015, OpenStack contributors' +copyright = u'2014-2016, OpenStack contributors' # 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 = '2014.11.01' +version = '2016.2' # The full version, including alpha/beta/rc tags. -release = '2014.11.01' +release = '2016.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/upstream-training/source/website/conf.py b/doc/upstream-training/source/website/conf.py index 86853a4e..c03aed05 100644 --- a/doc/upstream-training/source/website/conf.py +++ b/doc/upstream-training/source/website/conf.py @@ -49,16 +49,16 @@ master_doc = 'index' # General information about the project. project = u'Upstream Training Guide' bug_tag = u'upstream' -copyright = u'2014-2015, OpenStack contributors' +copyright = u'2014-2016, OpenStack contributors' # 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 = '0.0.1' +version = '2016.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '2016.2' # A few variables have to be set for the log-a-bug feature. # giturl: The location of conf.py on Git. Must be set manually.