Skip to content

Commit

Permalink
Merge pull request #250 from PavanMuchhukunta/master
Browse files Browse the repository at this point in the history
added bumping up version for release
  • Loading branch information
vvb authored Dec 3, 2024
2 parents a7cbddf + 027a908 commit 68cbc7a
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,5 +1,9 @@
History
=======
0.9.14 (2024-12-01)
--------------------
* Adds support for IMC version 4.3(1a) for M7 servers
* Adds support for IMC version 4.2(3a) for M6 servers

0.9.13 (2022-07-21)
---------------------
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.13'
__version__ = '0.9.14'
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.50
current_version = 0.9.14
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.50',
version='0.9.14',
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 68cbc7a

Please sign in to comment.