diff --git a/HISTORY.rst b/HISTORY.rst index 88769923..3359d0dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.9.11 (2021-08-25) +--------------------- +* Support for UCSM release 4.2(1a) + + 0.9.10 (2020-04-23) --------------------- * Support for UCSM release 4.1(1a), 4.1(1b), 4.1(1c) diff --git a/setup.cfg b/setup.cfg index 23b31e80..801d09e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.10 +current_version = 0.9.11 commit = False tag = False diff --git a/setup.py b/setup.py index ace2aca5..46de5211 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.10', + version='0.9.11', 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 0f9c2517..e4134668 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.10' +__version__ = '0.9.11'