Skip to content

Commit

Permalink
updating version info
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Balyan (vvb) <vvb@cisco.com>
  • Loading branch information
vvb committed Apr 26, 2018
1 parent 968616d commit 394e965
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.3.1 (2018-05-27)
--------------------
* Support for more APIs
* Misc bug fixes

0.9.3.0 (2017-09-19)
--------------------
Expand Down
4 changes: 2 additions & 2 deletions docker/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Once inside the container, make sure that all the packages needed for CIMC 3.0 a
OpenSSL 1.0.1e-fips 11 Feb 2013

[root@cimc-3 /]# pip list | grep 'imcsdk\|redfish\|requests'
imcsdk (0.9.3.0)
imcsdk (0.9.3.1)
redfish (1.0.0)
requests (2.13.0)

Expand All @@ -143,7 +143,7 @@ Test if ``imcsdk`` APIs work with CIMC 3.0 inside the container. Below, we use
>>> from imcsdk.imchandle import ImcHandle
>>> from imcsdk.apis.server.inventory import inventory_get
>>> imcsdk.__version__
'0.9.3.0'
'0.9.3.1'

>>> handle = ImcHandle("10.18.253.253", "admin", "SomePassword")
>>> handle.login()
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.3.0'
__version__ = '0.9.3.1'
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.3.0
current_version = 0.9.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='imcsdk',
version='0.9.3.0',
version='0.9.3.1',
description="python SDK for Cisco UCS IMC",
long_description=readme + '\n\n' + history,
author="Cisco Systems",
Expand Down

0 comments on commit 394e965

Please sign in to comment.