From 21694c5e991ee879d57ff5e54dbe2d015cc06938 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 27 Oct 2025 20:23:02 -0400 Subject: [PATCH] Release v25.14 to unstable --- debian/changelog | 16 ++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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'