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 6d5687e commit 57a28d3Copy full SHA for 57a28d3
debian/changelog
@@ -1,3 +1,12 @@
1
+python-linstor (1.0.13-1) experimental; urgency=medium
2
+
3
+ * responses: add more storagepool docstrings
4
+ * keyvaluestore: fix incorrect api access
5
+ * use new const enum type
6
+ * resource: allow to only spawn definitions
7
8
+ -- Rene Peinthor <[email protected]> Tue, 03 Mar 2020 14:35:23 +0000
9
10
python-linstor (1.0.11-1) experimental; urgency=medium
11
12
[ Roland Kammerer ]
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.11"
+VERSION = "1.0.13"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments