From b933b97b6ee5b0069645e47f458c4d24644cad5d Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Thu, 22 Feb 2024 05:32:10 +0000 Subject: [PATCH] prepare release v1.21.1 --- 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 9623dfc..c5976df 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.21.1] - 2024-02-22 + +### Changed + +- Updated linstor-common reference + ## [1.21.0] - 2024-01-22 ### Added diff --git a/debian/changelog b/debian/changelog index 9160732..c79bbbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-linstor (1.21.1-1) experimental; urgency=medium + + [ Rene Peinthor ] + * update to the latest linstor-common + + [ Gabor Hernadi ] + * Removed Openflex + update linstor-common + + -- Rene Peinthor Thu, 22 Feb 2024 05:31:25 +0000 + python-linstor (1.21.0-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor/version.py b/linstor/version.py index 452976d..077813f 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.21.0" +VERSION = "1.21.1"