diff --git a/debian/changelog b/debian/changelog index c792c079..aa7d1b97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mtda (0.35-0) testing; urgency=medium + + * development version + + -- Cedric Hombourger Sun, 29 Sep 2024 06:00:00 +0100 + mtda (0.34-1) testing; urgency=medium [ Badrikesh Prusty ] diff --git a/mtda/__version__.py b/mtda/__version__.py index ac21f4cf..3600b08b 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.34' +__version__ = '0.35'