File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
6130.9.0.7(2024-06-05)
714---------------------
815
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0.7
2+ current_version = 0.9.0.8
33commit = False
44tag = False
55
Original file line number Diff line number Diff line change 1616
1717setup (
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' ,
Original file line number Diff line number Diff 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 '
You can’t perform that action at this time.
0 commit comments