Skip to content

Commit

Permalink
Merge pull request #226 from CiscoUcs/release/0.9.12
Browse files Browse the repository at this point in the history
bumping up version for release
  • Loading branch information
vvb authored Oct 28, 2021
2 parents 19bb6b6 + 0f41eef commit b25f7f3
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.12 (2021-10-28)
---------------------
* Bug fixes

0.9.11 (2021-07-12)
---------------------
* Adds support for IMC version 4.2(1a) for M6 servers
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.11'
__version__ = '0.9.12'
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.11
current_version = 0.9.12
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.11',
version='0.9.12',
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 b25f7f3

Please sign in to comment.