File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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+
112python-linstor (0.9.2-1) experimental; urgency=medium
213
314 [ Gabor Hernadi ]
Original file line number Diff line number Diff line change 1111from .errors import LinstorReadOnlyAfterSetError
1212from . import sharedconsts as consts
1313
14- VERSION = "0.9.2 "
14+ VERSION = "0.9.3 "
1515
1616try :
1717 from linstor .consts_githash import GITHASH
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def run(self):
6767
6868setup (
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' ,
You can’t perform that action at this time.
0 commit comments