Skip to content

Commit

Permalink
bumping up the version and updating history
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb committed Jul 12, 2021
1 parent 9a9630e commit a4fb5d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

0.9.11 (2021-07-12)
---------------------
* Adds support for IMC version 4.2(1a) for M6 servers
* Adds support for IMC version 4.1(3a) for M5 servers
* Adds APIs for AaaTacacsPlus

0.9.10 (2020-04-23)
---------------------
* More python3 compatibility fixes
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.10'
__version__ = '0.9.11'
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.10
current_version = 0.9.11
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.10',
version='0.9.11',
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 a4fb5d6

Please sign in to comment.