diff --git a/debian/changelog b/debian/changelog index 96410cb..eefd33b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-linstor (0.9.8-1) experimental; urgency=medium + + [ Rene Peinthor ] + * allow PrefNic on node + * curl-mode: fix `None` port output + * linstor/volume_modify: allow set property for volumes + + -- Rene Peinthor Tue, 25 Jun 2019 10:36:09 +0200 + python-linstor (0.9.7-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/__init__.py b/linstor/__init__.py index db88a8a..3f05f5d 100644 --- a/linstor/__init__.py +++ b/linstor/__init__.py @@ -1,4 +1,4 @@ -VERSION = "0.9.7" +VERSION = "0.9.8" from .linstorapi import ApiCallResponse, ErrorReport from .linstorapi import Linstor, MultiLinstor