diff --git a/HISTORY.rst b/HISTORY.rst index f9abb901..88769923 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.9.10 (2020-04-23) +--------------------- +* Support for UCSM release 4.1(1a), 4.1(1b), 4.1(1c) + 0.9.9 (2019-12-20) --------------------- * Support for UCSM release 4.0(4a) diff --git a/setup.cfg b/setup.cfg index 863d0714..23b31e80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.9 +current_version = 0.9.10 commit = False tag = False diff --git a/setup.py b/setup.py index a5cc412d..ace2aca5 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.9', + version='0.9.10', 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 d9f26808..0f9c2517 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.9' +__version__ = '0.9.10'