Skip to content

Commit

Permalink
prepare release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 27, 2020
1 parent e5fb863 commit ab2a03e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
python-linstor (1.0.11-1) experimental; urgency=medium

[ Roland Kammerer ]
* high-level API: expose query_max_volume_size in RG

[ Rene Peinthor ]
* decode: utf-8 has to be specified for py2
* support gross-size in volume groups

-- Rene Peinthor <[email protected]> Mon, 27 Jan 2020 13:18:33 +0000

python-linstor (1.0.10-1) experimental; urgency=medium

* fix json parsing in python3 < 3.6
Expand Down
2 changes: 1 addition & 1 deletion linstor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.0.10"
VERSION = "1.0.11"

from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
Expand Down

0 comments on commit ab2a03e

Please sign in to comment.