Skip to content

Commit 7f9046e

Browse files
committed
prepare release v1.0.15
1 parent b979c3a commit 7f9046e

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 (1.0.15-1) experimental; urgency=medium
2+
3+
* use newer drbdsetup.xml
4+
* use new device layer kind enum type
5+
* fix unset auto select filters on modify
6+
* rsc-grp-spawn: support external name
7+
8+
-- Rene Peinthor <[email protected]> Wed, 08 Apr 2020 13:57:16 +0000
9+
110
python-linstor (1.0.14-1) experimental; urgency=medium
211

312
* linstorapi: make api_version_smaller public

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.14"
1+
VERSION = "1.0.15"
22

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

0 commit comments

Comments
 (0)