Skip to content

Commit 0f0f41f

Browse files
committed
prepare release v1.0.7
1 parent cc4784f commit 0f0f41f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python-linstor (1.0.7-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* responses: Add ApiCallResponse.__str__ method
5+
* resource: fix reply handling in activate() method
6+
7+
-- Rene Peinthor <[email protected]> Thu, 14 Nov 2019 14:34:31 +0100
8+
19
python-linstor (1.0.6-1) experimental; urgency=medium
210

311
[ 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.6"
1+
VERSION = "1.0.7"
22

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

0 commit comments

Comments
 (0)