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 ed4463d commit 4b3b91bCopy full SHA for 4b3b91b
debian/changelog
@@ -1,3 +1,12 @@
1
+python-linstor (0.9.7-1) experimental; urgency=medium
2
+
3
+ [ Rene Peinthor ]
4
+ * responses: fix broken ApiCallResponse.is_error(code)
5
+ * config: fix py2/py3 safeconfigparser import
6
+ * code cleanup
7
8
+ -- Rene Peinthor <[email protected]> Tue, 18 Jun 2019 11:23:31 +0200
9
10
python-linstor (0.9.6-1) experimental; urgency=medium
11
12
[ Rene Peinthor ]
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "0.9.6"
+VERSION = "0.9.7"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments