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 e5fb863 commit ab2a03eCopy full SHA for ab2a03e
debian/changelog
@@ -1,3 +1,14 @@
1
+python-linstor (1.0.11-1) experimental; urgency=medium
2
+
3
+ [ Roland Kammerer ]
4
+ * high-level API: expose query_max_volume_size in RG
5
6
+ [ Rene Peinthor ]
7
+ * decode: utf-8 has to be specified for py2
8
+ * support gross-size in volume groups
9
10
+ -- Rene Peinthor <[email protected]> Mon, 27 Jan 2020 13:18:33 +0000
11
12
python-linstor (1.0.10-1) experimental; urgency=medium
13
14
* fix json parsing in python3 < 3.6
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.10"
+VERSION = "1.0.11"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments