Skip to content

Commit 9be9276

Browse files
committed
prepare release v1.0.10
1 parent cd1681d commit 9be9276

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-linstor (1.0.10-1) experimental; urgency=medium
2+
3+
* fix json parsing in python3 < 3.6
4+
5+
-- Rene Peinthor <[email protected]> Wed, 15 Jan 2020 07:27:15 +0000
6+
17
python-linstor (1.0.9-1) experimental; urgency=medium
28

39
[ Rene Peinthor ]

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.9"
1+
VERSION = "1.0.10"
22

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

0 commit comments

Comments
 (0)