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'