From 07a7f1ea985927fba255e86138f8f38ad50bdfa4 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:33:22 -0500 Subject: [PATCH] Increment version to 2.16.4 --- Version | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Version b/Version index 37b36c19d..99e60c056 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -2.16.3 +2.16.4 diff --git a/docs/source/conf.py b/docs/source/conf.py index aa17fc015..c7a309a9b 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-2019, IBM Corporation' +copyright = u'2015-2021, 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.3' +release = '2.16.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.