Skip to content

Commit 2397766

Browse files
committed
prepare release v1.1.0
1 parent 18158c3 commit 2397766

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
python-linstor (1.1.0-1) experimental; urgency=medium
2+
3+
* linstor-api: use new /view/snapshots
4+
* add gitlab ci
5+
* property filtering support
6+
* responses-node: add properties property
7+
* linstor-common: update to master
8+
9+
-- Rene Peinthor <[email protected]> Thu, 07 May 2020 08:09:54 +0000
10+
111
python-linstor (1.0.15-1) experimental; urgency=medium
212

313
* use newer drbdsetup.xml

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.15"
1+
VERSION = "1.1.0"
22

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

0 commit comments

Comments
 (0)