From 027dcbcb889964472d4096c3311fd29a0fd53aa3 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Thu, 18 Apr 2019 11:26:00 +0200 Subject: [PATCH] prepare release v0.9.3 --- debian/changelog | 11 +++++++++++ linstor/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c756e2..7cbdc2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-linstor (0.9.3-1) experimental; urgency=medium + + [ Gabor Hernadi ] + * Updated submodule (CONN_STATUS_OTHER_CONTROLLER) + * Whitelisting nvme in layer list + + [ Peinthor Rene ] + * responses: implement all ApiCallRc fields + + -- Rene Peinthor Thu, 18 Apr 2019 11:24:19 +0200 + python-linstor (0.9.2-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor/__init__.py b/linstor/__init__.py index 7fc87db..67fd2d2 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.2" +VERSION = "0.9.3" try: from linstor.consts_githash import GITHASH diff --git a/setup.py b/setup.py index 95420ec..801ce38 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def run(self): setup( name="python-linstor", - version='0.9.2', + version='0.9.3', description="Linstor python api", long_description="Python linstor api interface", url='https://www.linbit.com',