From 334da86189285f4f32c169d8ed639bf81a41d793 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Mon, 17 Aug 2020 12:18:09 +0000 Subject: [PATCH] prepare release v1.3.0 --- debian/changelog | 10 ++++++++++ linstor/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f36863..3a753b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-linstor (1.3.0-1) experimental; urgency=medium + + * fix cyclic imports + * setup.py: run make gensrc before doing standard python build + * add snapshot_shipping_list method + * linstor-common: add disable-http-metrics property + * linstor-common: StorDriver/ZfscreateOptions, DrbdOptions/auto-diskful + + -- Rene Peinthor Mon, 17 Aug 2020 12:17:55 +0000 + python-linstor (1.2.0-1) experimental; urgency=medium * add sos-report support diff --git a/linstor/version.py b/linstor/version.py index 848258f..7b49cf1 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.2.0" +VERSION = "1.3.0"