Skip to content

Commit 4622a21

Browse files
committed
prepare release 0.9.1
1 parent ede63f9 commit 4622a21

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
python-linstor (0.9.0-1) experimental; urgency=medium
220

321
[ Joel Colledge ]

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.0"
14+
VERSION = "0.9.1"
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.0',
70+
version='0.9.1',
7171
description="Linstor python api",
7272
long_description="Python linstor api interface",
7373
url='https://www.linbit.com',

0 commit comments

Comments
 (0)