Skip to content

Commit

Permalink
Merge pull request #72 from dhapati2/release/0.9.0.8
Browse files Browse the repository at this point in the history
Updated version changes for 201v support
  • Loading branch information
t-raghu authored Sep 24, 2024
2 parents b40d907 + 40249ff commit 0b03319
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

0.9.0.8(2024-09-20)
---------------------

* Support UCS Central release 2.0(1v)



0.9.0.7(2024-06-05)
---------------------

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.0.7
current_version = 0.9.0.8
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 @@ -16,7 +16,7 @@

setup(
name='ucscsdk',
version='0.9.0.7',
version='0.9.0.8',
description="Python SDK for Cisco Ucs Central",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion ucscsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def set_log_level(level=logging.DEBUG):

__author__ = 'Cisco Systems Inc'
__email__ = '[email protected]'
__version__ = '0.9.0.7'
__version__ = '0.9.0.8'

0 comments on commit 0b03319

Please sign in to comment.