From c7c973dc39c93e8d45d2b7e3a0907b1d20fb3dfe Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Thu, 6 Jun 2019 11:00:21 +0200 Subject: [PATCH] prepare release v0.9.6 --- debian/changelog | 12 ++++++++++++ linstor/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 47eda76..98eb8ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-linstor (0.9.6-1) experimental; urgency=medium + + [ Rene Peinthor ] + * responses: fix incorrect apicallresponse v0 output + * apicallresponse: implement __eq__ and __hash__ + * responses-storagepool: add reports field + * resource: Check for non existend resource on _linstor_name access + * resource: only read the NON diskless storage pool name + * resource: add linstor error messages to exception + + -- Rene Peinthor Thu, 06 Jun 2019 10:58:54 +0200 + python-linstor (0.9.5-1) experimental; urgency=medium [ Roland Kammerer ] diff --git a/linstor/__init__.py b/linstor/__init__.py index 492b480..97503a5 100644 --- a/linstor/__init__.py +++ b/linstor/__init__.py @@ -1,4 +1,4 @@ -VERSION = "0.9.5" +VERSION = "0.9.6" from .linstorapi import ApiCallResponse, ErrorReport from .linstorapi import Linstor, MultiLinstor