From d1f4ceffc1b88ba0e099ffb404f144aab3a4ed03 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Tue, 11 Dec 2018 13:07:44 +0530 Subject: [PATCH] bumping up version and updating history --- HISTORY.rst | 7 ++++++- setup.cfg | 2 +- setup.py | 2 +- ucsmsdk/__init__.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6296af81..b5fb643c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,11 +3,16 @@ History ------- -0.9.5 (2018-12-11) +0.9.6 (2018-12-11) --------------------- * Support for UCSM release 4.0(1b) +0.9.5 (2018-10-10) +--------------------- +* Updated requirements to include setuptools + + 0.9.4 (2018-08-13) --------------------- * Fixes for python 3 compatibility diff --git a/setup.cfg b/setup.cfg index 9596cd4c..6c9b7967 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.5 +current_version = 0.9.6 commit = False tag = False diff --git a/setup.py b/setup.py index eeb833ea..78ccc52c 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.5', + version='0.9.6', description="Python SDK for Cisco UCS", long_description=readme + '\n\n' + history, author="Cisco Systems Inc", diff --git a/ucsmsdk/__init__.py b/ucsmsdk/__init__.py index 8043cb4d..006f63d5 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.5' +__version__ = '0.9.6'