Skip to content

Commit ab2a03e

Browse files
committed
prepare release v1.0.11
1 parent e5fb863 commit ab2a03e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python-linstor (1.0.11-1) experimental; urgency=medium
2+
3+
[ Roland Kammerer ]
4+
* high-level API: expose query_max_volume_size in RG
5+
6+
[ Rene Peinthor ]
7+
* decode: utf-8 has to be specified for py2
8+
* support gross-size in volume groups
9+
10+
-- Rene Peinthor <[email protected]> Mon, 27 Jan 2020 13:18:33 +0000
11+
112
python-linstor (1.0.10-1) experimental; urgency=medium
213

314
* fix json parsing in python3 < 3.6

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.10"
1+
VERSION = "1.0.11"
22

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

0 commit comments

Comments
 (0)