Skip to content

Commit 9ca0e27

Browse files
committed
prepare release v1.0.2
1 parent 287bb21 commit 9ca0e27

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
python-linstor (1.0.2-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* responses: support new supports_snapshots field
5+
* linstorapi: fix race conditions if rsc_dfns are deleted
6+
* responses: Fix snapshots flags access if null
7+
* resource-api: Do not delete all snapshots if only deleted on a node
8+
9+
[ Beorn Facchini ]
10+
* Add SSL context for client auth
11+
12+
-- Rene Peinthor <[email protected]> Tue, 10 Sep 2019 14:13:03 +0200
13+
114
python-linstor (1.0.0-1) experimental; urgency=medium
215

316
[ Hayley Swimelar ]

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.0"
1+
VERSION = "1.0.2"
22

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

0 commit comments

Comments
 (0)