Skip to content

Commit

Permalink
bumping version for next release (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: vvb <[email protected]>
  • Loading branch information
vvb committed Jan 25, 2017
1 parent 4a9edea commit f9576d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.9.2.1 ()
0.9.3.0 (2017-01-25)
---------------------

* Support for estimating impact of a transaction - `handle.estimate_impact`
Expand All @@ -15,6 +15,8 @@ History
* Special characters like <,>,& in XML values are deemed invalid and cause
failure in parsing XML. Added a recovery logic if these exist in the XML
value fields.
* Support for serialization, deserialization of UcsHandle
* Support for UCSM inventory via `get_inventory` API

0.9.2.0 (2016-09-21)
---------------------
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 0.9.2.0
commit = True
current_version = 0.9.3.0
commit = False
tag = True

[bumpversion:file:setup.py]
Expand All @@ -12,3 +12,4 @@ universal = 1

[metadata]
description-file = README.md

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

setup(
name='ucsmsdk',
version='0.9.2.0',
version='0.9.3.0',
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.2.0'
__version__ = '0.9.3.0'

0 comments on commit f9576d5

Please sign in to comment.