Skip to content

Commit f8b092c

Browse files
committed
prepare release v1.0.6
1 parent 354e66e commit f8b092c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
python-linstor (1.0.5-1) experimental; urgency=medium
212

313
[ Rene Peinthor ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.0.5"
1+
VERSION = "1.0.6"
22

33
from .linstorapi import ApiCallResponse, ErrorReport
44
from .linstorapi import Linstor, MultiLinstor

0 commit comments

Comments
 (0)