From 85c006f1777462b0ae19551ec609a4bb9d756a22 Mon Sep 17 00:00:00 2001 From: aapatwa Date: Tue, 30 Apr 2024 02:34:38 -0400 Subject: [PATCH] Updated changes for ucs central 201u release --- HISTORY.rst | 7 +++++++ setup.cfg | 2 +- setup.py | 2 +- ucscsdk/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f6b7eed..c6bbd28 100755 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +0.9.0.5(2024-04-30) +--------------------- + +* Support UCS Central release 2.0(1u) + + + 0.9.0.4(2023-11-06) --------------------- diff --git a/setup.cfg b/setup.cfg index 4e0009f..7579ec7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0.4 +current_version = 0.9.0.5 commit = False tag = False diff --git a/setup.py b/setup.py index e9a4194..683be93 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='ucscsdk', - version='0.9.0.4', + version='0.9.0.5', description="Python SDK for Cisco Ucs Central", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', diff --git a/ucscsdk/__init__.py b/ucscsdk/__init__.py index 2973944..e340981 100644 --- a/ucscsdk/__init__.py +++ b/ucscsdk/__init__.py @@ -48,4 +48,4 @@ def set_log_level(level=logging.DEBUG): __author__ = 'Cisco Systems Inc' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.0.4' +__version__ = '0.9.0.5'