File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ python-linstor (0.9.2-1) experimental; urgency=medium
2+
3+ [ Gabor Hernadi ]
4+ * Added peer_slots parameter to resource_dfn_modify
5+ * Populating AutoSelectFilter with layer_stack and providers
6+
7+ [ Rene Peinthor ]
8+ * use protobuf enum for providerlist
9+ * linstor-common: use drbd handerls options
10+
11+ -- Rene Peinthor <
[email protected] > Mon, 08 Apr 2019 15:41:02 +0200
12+
113python-linstor (0.9.1-1) experimental; urgency=medium
214
315 [ Rene Peinthor ]
Original file line number Diff line number Diff line change 1111from .errors import LinstorReadOnlyAfterSetError
1212from . import sharedconsts as consts
1313
14- VERSION = "0.9.1 "
14+ VERSION = "0.9.2 "
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.1 ' ,
70+ version = '0.9.2 ' ,
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