Skip to content

Commit

Permalink
Merge pull request #203 from CiscoUcs/refresh
Browse files Browse the repository at this point in the history
bump version for 0.9.8 release
  • Loading branch information
vvb authored Apr 22, 2020
2 parents a046b00 + 38fa445 commit 2fde870
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
History
=======

0.9.8 (2020-04-22)
---------------------
* Adds support for IMC version 4.1(1c), 4.1(1d)

0.9.7 (2019-07-08)
---------------------
* Adds support for IMC version 4.0(1c), 4.0(2b)
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__ = '[email protected]'
__version__ = '0.9.7'
__version__ = '0.9.8'
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.7
current_version = 0.9.8
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.7',
version='0.9.8',
description="python SDK for Cisco UCS IMC",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 2fde870

Please sign in to comment.