Skip to content

Commit 4b3b91b

Browse files
committed
prepare release v0.9.7
1 parent ed4463d commit 4b3b91b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
python-linstor (0.9.7-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* responses: fix broken ApiCallResponse.is_error(code)
5+
* config: fix py2/py3 safeconfigparser import
6+
* code cleanup
7+
8+
-- Rene Peinthor <[email protected]> Tue, 18 Jun 2019 11:23:31 +0200
9+
110
python-linstor (0.9.6-1) experimental; urgency=medium
211

312
[ 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 = "0.9.6"
1+
VERSION = "0.9.7"
22

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

0 commit comments

Comments
 (0)