Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
-------

0.9.23 (2025-09-19)
---------------------
* Support for UCSM release 6.0(1b)

0.9.22 (2025-05-15)
---------------------
* Support for UCSM release 4.3(6a)
Expand All @@ -13,7 +17,7 @@ History

0.9.20 (2024-09-20)
---------------------
* Fixes for encoding failure during firmware upload
* Fixes for encoding failure during firmware upload

0.9.19 (2024-08-28)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.22
current_version = 0.9.23
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='ucsmsdk',
version='0.9.22',
version='0.9.23',
description="Python SDK for Cisco UCS",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion ucsmsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

__author__ = 'Cisco Systems Inc'
__email__ = 'ucs-python@cisco.com'
__version__ = '0.9.22'
__version__ = '0.9.23'