diff --git a/debian/changelog b/debian/changelog index 1d237847b..dab49ea18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +freedombox (24.14) unstable; urgency=medium + + [ John Doe ] + * Translated using Weblate (French) + + [ James Valleroy ] + * diagnostics: Add option for automatic repair + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * container: Allow podman containers to run inside the container + + -- James Valleroy Mon, 01 Jul 2024 20:44:53 -0400 + freedombox (24.13) unstable; urgency=medium [ Tymofii Lytvynenko ] diff --git a/plinth/__init__.py b/plinth/__init__.py index e4e9656e6..a71ae01a7 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.13' +__version__ = '24.14'