Skip to content

Commit

Permalink
bumping up version
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 24, 2018
1 parent b117bcb commit 13bc80a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
=======
History
=======
0.9.5 (2018-08-24)
--------------------
* Fixed an issue with missed requirement files
* Added Python 3.6,3.7 to package meta

0.9.4 (2018-08-24)
--------------------
* Support for Python3
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.4'
__version__ = '0.9.5'
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.4
current_version = 0.9.5
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 @@ -21,7 +21,7 @@

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

0 comments on commit 13bc80a

Please sign in to comment.