Skip to content

Commit

Permalink
Merge pull request #206 from CiscoUcs/refresh
Browse files Browse the repository at this point in the history
bump up version to 0.9.10
  • Loading branch information
vvb authored Apr 23, 2020
2 parents 37fd917 + 396d14e commit 478143b
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.10 (2020-04-23)
---------------------
* More python3 compatibility fixes

0.9.9 (2020-04-22)
---------------------
* Fixes an issue with version meta
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.9'
__version__ = '0.9.10'
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.9
current_version = 0.9.10
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.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',
Expand Down

0 comments on commit 478143b

Please sign in to comment.