diff --git a/debian/changelog b/debian/changelog index e21a2d20d..139c9ef04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +freedombox (25.14) unstable; urgency=medium + + [ Coucouf ] + * Translated using Weblate (French) + + [ Jun Nogata ] + * Translated using Weblate (Japanese) + + [ Sunil Mohan Adapa ] + * Enable private tmp and join namespaces for the two daemons + + [ James Valleroy ] + * doc: Fetch latest manual + + -- James Valleroy Mon, 27 Oct 2025 20:22:46 -0400 + freedombox (25.13.1) unstable; urgency=medium [ Paul Lettich ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b657b5885..bd2040870 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.13.1' +__version__ = '25.14'