From 3fde56c849caced2aa99ee496cb2dd98f7fb46fb Mon Sep 17 00:00:00 2001 From: Mikhail Ushanov Date: Fri, 29 Apr 2016 01:05:37 +0300 Subject: [PATCH] Update changelog and bump version Signed-off-by: Mikhail Ushanov --- ChangeLog | 12 ++++++++++++ pyscaleio/__init__.py | 2 +- python-scaleio.spec | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e4badb..a619ca8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ----- diff --git a/pyscaleio/__init__.py b/pyscaleio/__init__.py index b43dace..6577298 100644 --- a/pyscaleio/__init__.py +++ b/pyscaleio/__init__.py @@ -13,7 +13,7 @@ Volume.__name__ ) -__version__ = "0.1.2" +__version__ = "0.1.3" get_client = ScaleIOClientsManager().get_client add_client = ScaleIOClientsManager().register diff --git a/python-scaleio.spec b/python-scaleio.spec index 5b40f01..cc8bb6b 100644 --- a/python-scaleio.spec +++ b/python-scaleio.spec @@ -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