Skip to content

Commit

Permalink
Merge pull request #249 from dhapati2/release/0.9.17
Browse files Browse the repository at this point in the history
Updated ucsmsdk to 4.3(3a)
  • Loading branch information
t-raghu committed Apr 24, 2024
2 parents e715ad3 + c223d3d commit 6ffa146
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
-------

0.9.17 (2024-04-19)
---------------------
* Support for UCSM release 4.3(3a)

0.9.16 (2023-10-12)
---------------------
* Fixes the issue where acknowledging a fault was not working via ucsmsdk
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.16
current_version = 0.9.17
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.16',
version='0.9.17',
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__ = '[email protected]'
__version__ = '0.9.16'
__version__ = '0.9.17'

0 comments on commit 6ffa146

Please sign in to comment.