Repository: cloudstack-docs-rn Updated Branches: refs/heads/master 0816ab675 -> 962cbbca3
set version to 4.6/4.6.0 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/2cd15894 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/2cd15894 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/2cd15894 Branch: refs/heads/master Commit: 2cd15894618bbc8f4231600da59ac026bf81dada Parents: 694816c Author: Pierre-Luc Dion <[email protected]> Authored: Sun Apr 12 18:17:30 2015 -0400 Committer: Pierre-Luc Dion <[email protected]> Committed: Sun Apr 12 18:17:30 2015 -0400 ---------------------------------------------------------------------- source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/2cd15894/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index d75ef93..5fd4edd 100644 --- a/source/conf.py +++ b/source/conf.py @@ -66,16 +66,16 @@ master_doc = 'index' # General information about the project. project = u'Apache CloudStack Release Notes' -copyright = u'2014, Apache CloudStack' +copyright = u'2015, Apache CloudStack' # 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 = '4.5' +version = '4.6' # The full version, including alpha/beta/rc tags. -release = '4.5.1' +release = '4.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
