Skip to content

Commit

Permalink
prepare release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jun 6, 2019
1 parent 4a9132c commit c7c973d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-linstor (0.9.6-1) experimental; urgency=medium

[ Rene Peinthor ]
* responses: fix incorrect apicallresponse v0 output
* apicallresponse: implement __eq__ and __hash__
* responses-storagepool: add reports field
* resource: Check for non existend resource on _linstor_name access
* resource: only read the NON diskless storage pool name
* resource: add linstor error messages to exception

-- Rene Peinthor <[email protected]> Thu, 06 Jun 2019 10:58:54 +0200

python-linstor (0.9.5-1) experimental; urgency=medium

[ Roland Kammerer ]
Expand Down
2 changes: 1 addition & 1 deletion linstor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.9.5"
VERSION = "0.9.6"

from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
Expand Down

0 comments on commit c7c973d

Please sign in to comment.