From 40057c18928945d56eba8383c3f28e66cca40d65 Mon Sep 17 00:00:00 2001 From: aapatwa Date: Fri, 22 May 2026 12:23:11 +0530 Subject: [PATCH] Version updated for the release v0.9.26 --- 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 595c15da..41d39ab9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.26 (2026-05-22) +--------------------- +* Support for UCSM release 6.0(2c) + 0.9.25 (2026-03-18) --------------------- * Support for UCSM release 6.0(2b) diff --git a/setup.cfg b/setup.cfg index 9f5670d9..6c6137f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.25 +current_version = 0.9.26 commit = False tag = False diff --git a/setup.py b/setup.py index 56dda1b7..e676c7c9 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.25', + version='0.9.26', 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 e025c62e..4d5aa1c9 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.25' +__version__ = '0.9.26'