diff --git a/HISTORY.rst b/HISTORY.rst index b12f91a5..0aa2adba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.18 (2024-06-13) +--------------------- +* Support for UCSM release 4.3(4a) + 0.9.17 (2024-04-19) --------------------- * Support for UCSM release 4.3(3a) diff --git a/setup.cfg b/setup.cfg index 86935945..a2331a9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.17 +current_version = 0.9.18 commit = False tag = False diff --git a/setup.py b/setup.py index 015a4327..0351a816 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.17', + version='0.9.18', description="Python SDK for Cisco UCS", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', diff --git a/ucsmsdk/__init__.py b/ucsmsdk/__init__.py index a7c7764a..fca653b3 100755 --- a/ucsmsdk/__init__.py +++ b/ucsmsdk/__init__.py @@ -34,4 +34,4 @@ __author__ = 'Cisco Systems Inc' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.17' +__version__ = '0.9.18'