Skip to content

Commit 1ba0fed

Browse files
committed
prepare release v0.9.2
1 parent f53a7b0 commit 1ba0fed

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
python-linstor (0.9.1-1) experimental; urgency=medium
214

315
[ Rene Peinthor ]

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

0 commit comments

Comments
 (0)