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 b979c3a commit 7f9046eCopy full SHA for 7f9046e
debian/changelog
@@ -1,3 +1,12 @@
1
+python-linstor (1.0.15-1) experimental; urgency=medium
2
+
3
+ * use newer drbdsetup.xml
4
+ * use new device layer kind enum type
5
+ * fix unset auto select filters on modify
6
+ * rsc-grp-spawn: support external name
7
8
+ -- Rene Peinthor <[email protected]> Wed, 08 Apr 2020 13:57:16 +0000
9
10
python-linstor (1.0.14-1) experimental; urgency=medium
11
12
* linstorapi: make api_version_smaller public
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.14"
+VERSION = "1.0.15"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments