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'