Skip to content

Commit

Permalink
prepare release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 8, 2019
1 parent f53a7b0 commit 1ba0fed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-linstor (0.9.2-1) experimental; urgency=medium

[ Gabor Hernadi ]
* Added peer_slots parameter to resource_dfn_modify
* Populating AutoSelectFilter with layer_stack and providers

[ Rene Peinthor ]
* use protobuf enum for providerlist
* linstor-common: use drbd handerls options

-- Rene Peinthor <[email protected]> Mon, 08 Apr 2019 15:41:02 +0200

python-linstor (0.9.1-1) experimental; urgency=medium

[ Rene Peinthor ]
Expand Down
2 changes: 1 addition & 1 deletion linstor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .errors import LinstorReadOnlyAfterSetError
from . import sharedconsts as consts

VERSION = "0.9.1"
VERSION = "0.9.2"

try:
from linstor.consts_githash import GITHASH
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):

setup(
name="python-linstor",
version='0.9.1',
version='0.9.2',
description="Linstor python api",
long_description="Python linstor api interface",
url='https://www.linbit.com',
Expand Down

0 comments on commit 1ba0fed

Please sign in to comment.