Skip to content

Commit

Permalink
prepare release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 18, 2019
1 parent b88dc14 commit 027dcbc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 18 Apr 2019 11:24:19 +0200

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

[ Gabor Hernadi ]
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.2"
VERSION = "0.9.3"

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.2',
version='0.9.3',
description="Linstor python api",
long_description="Python linstor api interface",
url='https://www.linbit.com',
Expand Down

0 comments on commit 027dcbc

Please sign in to comment.