We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4784f commit 0f0f41fCopy full SHA for 0f0f41f
debian/changelog
@@ -1,3 +1,11 @@
1
+python-linstor (1.0.7-1) experimental; urgency=medium
2
+
3
+ [ Rene Peinthor ]
4
+ * responses: Add ApiCallResponse.__str__ method
5
+ * resource: fix reply handling in activate() method
6
7
+ -- Rene Peinthor <[email protected]> Thu, 14 Nov 2019 14:34:31 +0100
8
9
python-linstor (1.0.6-1) experimental; urgency=medium
10
11
[ Rene Peinthor ]
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
0 commit comments