From 0f0f41f05a0c0d6c2830d91763fb9fbbb315a7df Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Thu, 14 Nov 2019 14:35:11 +0100 Subject: [PATCH] prepare release v1.0.7 --- debian/changelog | 8 ++++++++ linstor/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f76953a..4497657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-linstor (1.0.7-1) experimental; urgency=medium + + [ Rene Peinthor ] + * responses: Add ApiCallResponse.__str__ method + * resource: fix reply handling in activate() method + + -- Rene Peinthor Thu, 14 Nov 2019 14:34:31 +0100 + python-linstor (1.0.6-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/__init__.py b/linstor/__init__.py index 5b9a3cc..b3f42ce 100644 --- a/linstor/__init__.py +++ b/linstor/__init__.py @@ -1,4 +1,4 @@ -VERSION = "1.0.6" +VERSION = "1.0.7" from .linstorapi import ApiCallResponse, ErrorReport from .linstorapi import Linstor, MultiLinstor