diff --git a/HISTORY.rst b/HISTORY.rst index 0aa2adba..6ed8d049 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.19 (2024-08-28) +--------------------- +* Support for UCSM release 4.3(4b) + 0.9.18 (2024-06-13) --------------------- * Support for UCSM release 4.3(4a) diff --git a/setup.cfg b/setup.cfg index a2331a9f..140f348e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.18 +current_version = 0.9.19 commit = False tag = False diff --git a/setup.py b/setup.py index 0351a816..7eb2dc9c 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.18', + version='0.9.19', 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 fca653b3..6364f039 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.18' +__version__ = '0.9.19'