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 18158c3 commit 2397766Copy full SHA for 2397766
debian/changelog
@@ -1,3 +1,13 @@
1
+python-linstor (1.1.0-1) experimental; urgency=medium
2
+
3
+ * linstor-api: use new /view/snapshots
4
+ * add gitlab ci
5
+ * property filtering support
6
+ * responses-node: add properties property
7
+ * linstor-common: update to master
8
9
+ -- Rene Peinthor <[email protected]> Thu, 07 May 2020 08:09:54 +0000
10
11
python-linstor (1.0.15-1) experimental; urgency=medium
12
13
* use newer drbdsetup.xml
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.15"
+VERSION = "1.1.0"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments