Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Ushanov <[email protected]>
  • Loading branch information
gmmephisto committed Apr 28, 2016
1 parent 4dce2e8 commit 3fde56c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGES
=======

0.1.3
-----

* Update changelog and bump version
* Added request/response debug logging to ScaleIO session
* Fix typo in drop_none decorator
* Added functional tests for Volume throttle method
* Added throttle method to Volume model
* Added config module for tuning various client options
* Enable python3.5 support and tests
* Added ExportsInfo wrapper that incapsulates Volume exports

0.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion pyscaleio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Volume.__name__
)

__version__ = "0.1.2"
__version__ = "0.1.3"

get_client = ScaleIOClientsManager().get_client
add_client = ScaleIOClientsManager().register
Expand Down
2 changes: 1 addition & 1 deletion python-scaleio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%define pkgname pyscaleio

Name: python-scaleio
Version: 0.1.2
Version: 0.1.3
Release: 1%{?dist}
Summary: ScaleIO API client

Expand Down

0 comments on commit 3fde56c

Please sign in to comment.