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 e3aa17b commit cbf2aa1Copy full SHA for cbf2aa1
debian/changelog
@@ -1,3 +1,12 @@
1
+python-linstor (0.9.8-1) experimental; urgency=medium
2
+
3
+ [ Rene Peinthor ]
4
+ * allow PrefNic on node
5
+ * curl-mode: fix `None` port output
6
+ * linstor/volume_modify: allow set property for volumes
7
8
+ -- Rene Peinthor <[email protected]> Tue, 25 Jun 2019 10:36:09 +0200
9
10
python-linstor (0.9.7-1) experimental; urgency=medium
11
12
[ Rene Peinthor ]
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "0.9.7"
+VERSION = "0.9.8"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments