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