From 396d14e899e311f0b187fbd27584f9033c2dc297 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Thu, 23 Apr 2020 06:54:24 +0530 Subject: [PATCH] bump up version to 0.9.10 --- HISTORY.rst | 4 ++++ imcsdk/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f8ae1458..0da55450 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ History ======= +0.9.10 (2020-04-23) +--------------------- +* More python3 compatibility fixes + 0.9.9 (2020-04-22) --------------------- * Fixes an issue with version meta diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index d61217ad..41b0be42 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.9' +__version__ = '0.9.10' diff --git a/setup.cfg b/setup.cfg index 61655571..4f340878 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 420ac93a..925cff85 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.9', + version='0.9.10', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',