Skip to content

Commit

Permalink
changes for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Balyan (vvb) <[email protected]>
  • Loading branch information
vvb committed Aug 13, 2018
1 parent b7da33d commit c3d3f57
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.9.4 (2018-08-13)
---------------------
* Fixes for python 3 compatibility


0.9.3.2 (2018-04-25)
---------------------
* Support for UCSM release 3.2(3a)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 0.9.3.2
current_version = 0.9.4
commit = False
tag = True
tag = False

[bumpversion:file:setup.py]

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

setup(
name='ucsmsdk',
version='0.9.3.2',
version='0.9.4',
description="Python SDK for Cisco UCS",
long_description=readme + '\n\n' + history,
author="Cisco Systems Inc",
Expand Down
2 changes: 1 addition & 1 deletion ucsmsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

__author__ = 'Cisco Systems Inc'
__email__ = '[email protected]'
__version__ = '0.9.3.2'
__version__ = '0.9.4'

0 comments on commit c3d3f57

Please sign in to comment.