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 e547d23 commit 6263bf6Copy full SHA for 6263bf6
debian/changelog
@@ -1,3 +1,9 @@
1
+python-linstor (1.1.2-1) experimental; urgency=medium
2
+
3
+ * linstorapi: python2.7 fix str type checks
4
5
+ -- Rene Peinthor <[email protected]> Thu, 28 May 2020 14:17:18 +0000
6
7
python-linstor (1.1.1-1) experimental; urgency=medium
8
9
* api: support storage-pool list argument
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.1.1"
+VERSION = "1.1.2"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments