diff --git a/HISTORY.rst b/HISTORY.rst index 510adc0e..ce2f1788 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ History ======= +0.9.12 (2021-10-28) +--------------------- +* Bug fixes + 0.9.11 (2021-07-12) --------------------- * Adds support for IMC version 4.2(1a) for M6 servers diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index f71d87a9..3eaec401 100644 --- a/imcsdk/__init__.py +++ b/imcsdk/__init__.py @@ -57,4 +57,4 @@ def set_log_level(level=logging.DEBUG): __author__ = 'Cisco Systems' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.11' +__version__ = '0.9.12' diff --git a/setup.cfg b/setup.cfg index 9896bde4..c1fe7763 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.11 +current_version = 0.9.12 commit = False tag = False diff --git a/setup.py b/setup.py index c128b398..46d0c80a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.11', + version='0.9.12', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',