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"