From 1ba0fed7d9caf9e9d6e802b81dbba25ded8d1e56 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Mon, 8 Apr 2019 15:44:19 +0200 Subject: [PATCH] prepare release v0.9.2 --- debian/changelog | 12 ++++++++++++ linstor/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5c3c99..7c756e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 08 Apr 2019 15:41:02 +0200 + python-linstor (0.9.1-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/__init__.py b/linstor/__init__.py index f3b1478..7fc87db 100644 --- a/linstor/__init__.py +++ b/linstor/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 2334061..95420ec 100755 --- a/setup.py +++ b/setup.py @@ -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',