From c223d3d69be375a91d00a185248b769c65369d4b Mon Sep 17 00:00:00 2001 From: aapatwa Date: Fri, 19 Apr 2024 03:23:53 -0400 Subject: [PATCH] Updated ucsmsdk to 4.3(3a) --- HISTORY.rst | 4 ++++ setup.cfg | 2 +- setup.py | 2 +- ucsmsdk/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 740ded8d..b12f91a5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.17 (2024-04-19) +--------------------- +* Support for UCSM release 4.3(3a) + 0.9.16 (2023-10-12) --------------------- * Fixes the issue where acknowledging a fault was not working via ucsmsdk diff --git a/setup.cfg b/setup.cfg index 2da2346e..86935945 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.16 +current_version = 0.9.17 commit = False tag = False diff --git a/setup.py b/setup.py index 7648a76c..015a4327 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.16', + version='0.9.17', description="Python SDK for Cisco UCS", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', diff --git a/ucsmsdk/__init__.py b/ucsmsdk/__init__.py index 87e07f78..a7c7764a 100755 --- a/ucsmsdk/__init__.py +++ b/ucsmsdk/__init__.py @@ -34,4 +34,4 @@ __author__ = 'Cisco Systems Inc' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.16' +__version__ = '0.9.17'