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 354e66e commit f8b092cCopy full SHA for f8b092c
debian/changelog
@@ -1,3 +1,13 @@
1
+python-linstor (1.0.6-1) experimental; urgency=medium
2
+
3
+ [ Rene Peinthor ]
4
+ * linstorapi: fix modify passphrase
5
6
+ [ Rainer Laschober ]
7
+ * Add methods to access storage_providers and resource_layers and their [...]
8
9
+ -- Rene Peinthor <[email protected]> Thu, 07 Nov 2019 13:05:07 +0100
10
11
python-linstor (1.0.5-1) experimental; urgency=medium
12
13
[ Rene Peinthor ]
linstor/__init__.py
@@ -1,4 +1,4 @@
-VERSION = "1.0.5"
+VERSION = "1.0.6"
from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
0 commit comments