Skip to content

Commit 57a28d3

Browse files
committed
prepare release v1.0.13
1 parent 6d5687e commit 57a28d3

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.13-1) experimental; urgency=medium
2+
3+
* responses: add more storagepool docstrings
4+
* keyvaluestore: fix incorrect api access
5+
* use new const enum type
6+
* resource: allow to only spawn definitions
7+
8+
-- Rene Peinthor <[email protected]> Tue, 03 Mar 2020 14:35:23 +0000
9+
110
python-linstor (1.0.11-1) experimental; urgency=medium
211

312
[ Roland Kammerer ]

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.11"
1+
VERSION = "1.0.13"
22

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

0 commit comments

Comments
 (0)