From 13bc80a782ef05d02c358bfaae2dbefacb0e50dc Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Fri, 24 Aug 2018 11:45:02 +0530 Subject: [PATCH] bumping up version Signed-off-by: Vikrant Balyan (vvb) --- HISTORY.rst | 5 +++++ imcsdk/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a751a313..080d0784 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ ======= History ======= +0.9.5 (2018-08-24) +-------------------- +* Fixed an issue with missed requirement files +* Added Python 3.6,3.7 to package meta + 0.9.4 (2018-08-24) -------------------- * Support for Python3 diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index ad361eeb..a68cdd98 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.4' +__version__ = '0.9.5' diff --git a/setup.cfg b/setup.cfg index 74a2eae9..6f28459b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.4 +current_version = 0.9.5 commit = False tag = False diff --git a/setup.py b/setup.py index 7a5f9320..3e85a0c1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='imcsdk', - version='0.9.4', + version='0.9.5', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, author="Cisco Systems",