Skip to content

Commit 0b03319

Browse files
authored
Merge pull request #72 from dhapati2/release/0.9.0.8
Updated version changes for 201v support
2 parents b40d907 + 40249ff commit 0b03319

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

6+
0.9.0.8(2024-09-20)
7+
---------------------
8+
9+
* Support UCS Central release 2.0(1v)
10+
11+
12+
613
0.9.0.7(2024-06-05)
714
---------------------
815

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0.7
2+
current_version = 0.9.0.8
33
commit = False
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='ucscsdk',
19-
version='0.9.0.7',
19+
version='0.9.0.8',
2020
description="Python SDK for Cisco Ucs Central",
2121
long_description=readme + '\n\n' + history,
2222
long_description_content_type='text/markdown',

ucscsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def set_log_level(level=logging.DEBUG):
4848

4949
__author__ = 'Cisco Systems Inc'
5050
__email__ = 'ucs-python@cisco.com'
51-
__version__ = '0.9.0.7'
51+
__version__ = '0.9.0.8'

0 commit comments

Comments
 (0)