Skip to content

Commit

Permalink
bumping versions to 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Balyan (vvb) <vvb@cisco.com>
  • Loading branch information
vvb committed Jul 8, 2019
1 parent e2f3faf commit 6d98911
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
=======
History
=======

0.9.7 (2019-07-08)
---------------------
* Adds support for IMC version 4.0(1c), 4.0(2b)

0.9.6 (2018-10-10)
---------------------
* Updated requirements to include setuptools

0.9.5 (2018-08-24)
--------------------
* Fixed an issue with missed requirement files
* Added Python 3.6,3.7 to package meta
* Added Python 3.6,3.7 to package meta

0.9.4 (2018-08-24)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion imcsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def set_log_level(level=logging.DEBUG):

__author__ = 'Cisco Systems'
__email__ = 'ucs-python@cisco.com'
__version__ = '0.9.5'
__version__ = '0.9.7'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.5
current_version = 0.9.7
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='imcsdk',
version='0.9.5',
version='0.9.7',
description="python SDK for Cisco UCS IMC",
long_description=readme + '\n\n' + history,
author="Cisco Systems",
Expand Down

0 comments on commit 6d98911

Please sign in to comment.