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 cd1681d commit 9be9276Copy full SHA for 9be9276
debian/changelog
@@ -1,3 +1,9 @@
1
+python-linstor (1.0.10-1) experimental; urgency=medium
2
+
3
+ * fix json parsing in python3 < 3.6
4
5
+ -- Rene Peinthor <[email protected]> Wed, 15 Jan 2020 07:27:15 +0000
6
7
python-linstor (1.0.9-1) experimental; urgency=medium
8
9
[ Rene Peinthor ]
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.9"
+VERSION = "1.0.10"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments