Skip to content

Commit

Permalink
Updated version changes for 4.3(5a)LBMR3 release (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: admin <[email protected]>
  • Loading branch information
dhapati2 and baluluyakalulu authored Nov 5, 2024
1 parent 9ac8e6d commit 480981c
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.21 (2024-11-05)
---------------------
* Support for UCSM release 4.3(5a)

0.9.20 (2024-09-20)
---------------------
* Fixes for encoding failure during firmware upload
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.20
current_version = 0.9.21
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.20',
version='0.9.21',
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.20'
__version__ = '0.9.21'

0 comments on commit 480981c

Please sign in to comment.