diff --git a/HISTORY.rst b/HISTORY.rst index 0f13d86..3c61b63 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,9 @@ History ======= +0.9.15 (2024-12-09) +-------------------- +* Bug fixes + 0.9.14 (2024-12-01) -------------------- * Adds support for IMC version 4.3(1a) for M7 servers diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index fc90bad..ad3ca0d 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.14' +__version__ = '0.9.15' diff --git a/setup.cfg b/setup.cfg index c34a6fe..9132426 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.14 +current_version = 0.9.15 commit = False tag = False diff --git a/setup.py b/setup.py index 6cc1b7d..a7ac0c2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.14', + version='0.9.15', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',