Skip to content

Commit 2e6f7e8

Browse files
committed
prepare release v0.9.5
1 parent 3de28e0 commit 2e6f7e8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
python-linstor (0.9.5-1) experimental; urgency=medium
2+
3+
[ Roland Kammerer ]
4+
* high-level resource: introduce external names
5+
* high-level resource: use self/__str__ in err msgs
6+
* high-level resource: expose linstor_name
7+
8+
[ Rene Peinthor ]
9+
* linstorapi: fix incorrect query param concating
10+
* common: Whitelisted property DrbdCurrentGI
11+
* linstorapi: better logging if error couldn't be json parsed
12+
* linstorapi: fix keep-alive mode
13+
14+
-- Rene Peinthor <[email protected]> Mon, 27 May 2019 14:25:46 +0200
15+
116
python-linstor (0.9.4-1) experimental; urgency=medium
217

318
[ 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.4"
1+
VERSION = "0.9.5"
22

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

0 commit comments

Comments
 (0)