From 479c1293691e391f18facd105cc500d0afe74aee Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 27 Feb 2023 20:33:44 -0500 Subject: [PATCH] Release v23.5 to unstable Signed-off-by: James Valleroy --- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a4c6ec63..e8c0ffbac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +freedombox (23.5) unstable; urgency=medium + + [ Dietmar ] + * Translated using Weblate (German) + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Ihor Hordiichuk ] + * Translated using Weblate (Ukrainian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ James Valleroy ] + * mediawiki: Fix app view error + * locale: Update translation strings + * doc: Fetch latest manual + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Veiko Aasa ] + * samba: tests: Fix enable share view test + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + -- James Valleroy Mon, 27 Feb 2023 20:33:22 -0500 + freedombox (23.4) unstable; urgency=medium [ James Valleroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 505d40860..37cf5efcc 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.4' +__version__ = '23.5'