Skip to content

Commit 6c673f7

Browse files
committed
prepare release v1.0.14
1 parent 6912b26 commit 6c673f7

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.0.14-1) experimental; urgency=medium
2+
3+
* linstorapi: make api_version_smaller public
4+
* responses: Add DrbdResource layer data object and drbdconnections
5+
* resource: report first error not first message
6+
* add support for openflex on node and storage pool
7+
* node-create: add property dict as param
8+
9+
-- Rene Peinthor <[email protected]> Wed, 11 Mar 2020 13:21:58 +0000
10+
111
python-linstor (1.0.13-1) experimental; urgency=medium
212

313
* responses: add more storagepool docstrings

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.13"
1+
VERSION = "1.0.14"
22

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

0 commit comments

Comments
 (0)