From c6c8fad8722026db9d66c584fe0009df895e3b47 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Sun, 14 Jan 2024 15:03:37 +0100 Subject: [PATCH] chore(version): open development window for version 0.30 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 ca29e6ee..7f7d2e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mtda (0.30-0) testing; urgency=medium + + * development version + + -- Cedric Hombourger Sun, 14 Jan 2024 15:00:00 +0100 + mtda (0.29-1) testing; urgency=medium [ Cedric Hombourger ] diff --git a/mtda/__version__.py b/mtda/__version__.py index 91fb3ea8..a7136c5c 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.29' +__version__ = '0.30'