From a4fb5d64ebba6a35ace017d723fd60eb1f07a120 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Mon, 12 Jul 2021 14:56:54 +0530 Subject: [PATCH] bumping up the version and updating history --- HISTORY.rst | 6 ++++++ imcsdk/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0da55450..510adc0e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +0.9.11 (2021-07-12) +--------------------- +* Adds support for IMC version 4.2(1a) for M6 servers +* Adds support for IMC version 4.1(3a) for M5 servers +* Adds APIs for AaaTacacsPlus + 0.9.10 (2020-04-23) --------------------- * More python3 compatibility fixes diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index 41b0be42..f71d87a9 100644 --- a/imcsdk/__init__.py +++ b/imcsdk/__init__.py @@ -57,4 +57,4 @@ def set_log_level(level=logging.DEBUG): __author__ = 'Cisco Systems' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.10' +__version__ = '0.9.11' diff --git a/setup.cfg b/setup.cfg index 4f340878..9896bde4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.10 +current_version = 0.9.11 commit = False tag = False diff --git a/setup.py b/setup.py index 925cff85..c128b398 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.10', + version='0.9.11', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',