From 2b9f6451c73a1f763beb244dd4ebe42f47a36e71 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 20 Jun 2022 10:57:46 -0400 Subject: [PATCH] Update version number --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c7a309a9b..be07c1aa7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'xCAT' -copyright = u'2015-2021, IBM Corporation' +copyright = u'2015-2022, IBM Corporation' author = u'IBM Corporation' # The version info for the project you're documenting, acts as replacement for @@ -59,7 +59,7 @@ author = u'IBM Corporation' # The short X.Y version. version = '2' # The full version, including alpha/beta/rc tags. -release = '2.16.4' +release = '2.16.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.