From 15df61e3611acb5386237464c7f3c00cbbfc9a26 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Thu, 12 May 2022 09:57:49 +0000 Subject: [PATCH] prepare release v1.13.1 --- debian/changelog | 12 ++++++++++++ linstor/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0184830..162f3d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-linstor (1.13.1-1) experimental; urgency=medium + + [ Rene Peinthor ] + * gitlab: remove package before building + * use updated linstor-common + * update linstor-common + + [ Johanna Kucera ] + * DrbdOptions/AutoEvictAllowEviction: clarify prop description + + -- Rene Peinthor Thu, 12 May 2022 09:57:39 +0000 + python-linstor (1.13.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index cfa2a19..3094cc8 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.13.0" +VERSION = "1.13.1"