From d06baff9738ed6295737aeea198cdf9af5dda996 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 25 Sep 2024 07:23:31 +0000 Subject: [PATCH] prepare release v1.23.1 --- CHANGELOG.md | 2 ++ debian/changelog | 6 ++++++ linstor/version.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550e326..3eb87f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23.1] - 2024-09-25 + ### Changed - updated linstor-common properties diff --git a/debian/changelog b/debian/changelog index 7b61745..2f4bb3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-linstor (1.23.1-1) experimental; urgency=medium + + * update linstor-common + + -- Rene Peinthor Wed, 25 Sep 2024 07:23:14 +0000 + python-linstor (1.23.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index 809f90a..97a12b9 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.23.0" +VERSION = "1.23.1"