Skip to content

Commit 6263bf6

Browse files
committed
prepare release v1.1.2
1 parent e547d23 commit 6263bf6

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.1.2-1) experimental; urgency=medium
2+
3+
* linstorapi: python2.7 fix str type checks
4+
5+
-- Rene Peinthor <[email protected]> Thu, 28 May 2020 14:17:18 +0000
6+
17
python-linstor (1.1.1-1) experimental; urgency=medium
28

39
* api: support storage-pool list argument

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.1.1"
1+
VERSION = "1.1.2"
22

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

0 commit comments

Comments
 (0)