Skip to content

Commit 027dcbc

Browse files
committed
prepare release v0.9.3
1 parent b88dc14 commit 027dcbc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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 (0.9.3-1) experimental; urgency=medium
2+
3+
[ Gabor Hernadi ]
4+
* Updated submodule (CONN_STATUS_OTHER_CONTROLLER)
5+
* Whitelisting nvme in layer list
6+
7+
[ Peinthor Rene ]
8+
* responses: implement all ApiCallRc fields
9+
10+
-- Rene Peinthor <[email protected]> Thu, 18 Apr 2019 11:24:19 +0200
11+
112
python-linstor (0.9.2-1) experimental; urgency=medium
213

314
[ Gabor Hernadi ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .errors import LinstorReadOnlyAfterSetError
1212
from . import sharedconsts as consts
1313

14-
VERSION = "0.9.2"
14+
VERSION = "0.9.3"
1515

1616
try:
1717
from linstor.consts_githash import GITHASH

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run(self):
6767

6868
setup(
6969
name="python-linstor",
70-
version='0.9.2',
70+
version='0.9.3',
7171
description="Linstor python api",
7272
long_description="Python linstor api interface",
7373
url='https://www.linbit.com',

0 commit comments

Comments
 (0)