diff --git a/debian/changelog b/debian/changelog index 162f3d9..eded63a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-linstor (1.14.0-1) experimental; urgency=medium + + [ Rene Peinthor ] + * add methods for schedule_* and schedule enable/disable + + [ Johanna Kucera ] + * SosReport: add commands for new filter options + * BackupShipping: add keep-snaps option to delete-cmds + + -- Rene Peinthor Wed, 06 Jul 2022 11:09:39 +0000 + python-linstor (1.13.1-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index 3094cc8..c1230dd 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.13.1" +VERSION = "1.14.0"