From 9f11a229a395ce176baeb4c56d6976f921149a85 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 19 Jul 2023 11:15:29 +0000 Subject: [PATCH] prepare release v1.19.0 --- CHANGELOG.md | 6 ++++++ debian/changelog | 10 ++++++++++ linstor/version.py | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96849ee..2212c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.19.0] - 2023-07-19 + +### Added + +- Added backup queue list methods + ## [1.18.0] - 2023-04-17 ### Added diff --git a/debian/changelog b/debian/changelog index 03341e9..34c2ebc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-linstor (1.19.0-1) experimental; urgency=medium + + [ Johanna Kucera ] + * BackupShipping: add queue list command + + [ Rene Peinthor ] + * linstorapi: fix typos in docstrings + + -- Rene Peinthor Wed, 19 Jul 2023 11:15:08 +0000 + python-linstor (1.18.0-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor/version.py b/linstor/version.py index 4c0681d..ccdbf7c 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.18.0" +VERSION = "1.19.0"