From 9802a5c6cb1ff31e25d2d4ba6d68d111f1372383 Mon Sep 17 00:00:00 2001 From: aapatwa Date: Wed, 18 Mar 2026 15:47:32 +0530 Subject: [PATCH] Support for Ucsm 6.0(2b) --- 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 409aecc2..595c15da 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.25 (2026-03-18) +--------------------- +* Support for UCSM release 6.0(2b) + 0.9.24 (2025-10-27) --------------------- * Support for UCSM release 6.0(1c) diff --git a/setup.cfg b/setup.cfg index 68a5c260..9f5670d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.24 +current_version = 0.9.25 commit = False tag = False diff --git a/setup.py b/setup.py index 6a7a9fa0..56dda1b7 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.24', + version='0.9.25', 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 b24e14b0..e025c62e 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.24' +__version__ = '0.9.25'