From cee63e5fddf19426bee6398e95df3d4ee3fe607a Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Mon, 26 Feb 2024 14:20:30 +0100 Subject: [PATCH] debian: open development window for version 0.32 Signed-off-by: Cedric Hombourger --- debian/changelog | 6 ++++++ mtda/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2d272ac8..1e089209 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mtda (0.32-0) testing; urgency=medium + + * development version + + -- Cedric Hombourger Mon, 26 Feb 2024 14:30:00 +0100 + mtda (0.31-1) testing; urgency=medium [ Jan Kiszka ] diff --git a/mtda/__version__.py b/mtda/__version__.py index 3ba09d24..3f2e36f7 100644 --- a/mtda/__version__.py +++ b/mtda/__version__.py @@ -11,4 +11,4 @@ __license__ = 'MIT' __copyright__ = 'Copyright (C) 2024 Siemens Digital Industries Software' -__version__ = '0.31' +__version__ = '0.32'