Skip to content

Commit

Permalink
prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 10, 2019
1 parent 287bb21 commit 9ca0e27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
python-linstor (1.0.2-1) experimental; urgency=medium

[ Rene Peinthor ]
* responses: support new supports_snapshots field
* linstorapi: fix race conditions if rsc_dfns are deleted
* responses: Fix snapshots flags access if null
* resource-api: Do not delete all snapshots if only deleted on a node

[ Beorn Facchini ]
* Add SSL context for client auth

-- Rene Peinthor <[email protected]> Tue, 10 Sep 2019 14:13:03 +0200

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

[ Hayley Swimelar ]
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 = "1.0.0"
VERSION = "1.0.2"

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

0 comments on commit 9ca0e27

Please sign in to comment.