File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ python-linstor (0.9.1-1) experimental; urgency=medium
2+
3+ [ Rene Peinthor ]
4+ * output-v0: fix resource property formatting
5+ * update common to latest properties
6+ * responses: fix layer data access
7+ * responses: fix resource definition drbd_data property
8+ * responses: external_name in v1 data will not be a base64 string
9+ * only set rsc_name once and document that external_name should be a uni [...]
10+ * protobuf_to_dict: fix bytes to dict on py3
11+ * resource: check if drbd_data is available before accessing
12+ * resource: create volume definitions before actions
13+
14+ [ Rainer Laschober ]
15+ * add field for external name in resource_dfn_create
16+
17+ -- Rene Peinthor <
[email protected] > Mon, 25 Mar 2019 10:22:34 +0100
18+
119python-linstor (0.9.0-1) experimental; urgency=medium
220
321 [ Joel Colledge ]
Original file line number Diff line number Diff line change 1111from .errors import LinstorReadOnlyAfterSetError
1212from . import sharedconsts as consts
1313
14- VERSION = "0.9.0 "
14+ VERSION = "0.9.1 "
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.0 ' ,
70+ version = '0.9.1 ' ,
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