From 1e905d85537eb049c342e470a0e60c17ee12663c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 22 May 2023 21:14:59 -0400 Subject: [PATCH] Release v23.10 to experimental Signed-off-by: James Valleroy --- debian/changelog | 28 ++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1a3151fb..409a2c6c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +freedombox (23.10) experimental; urgency=medium + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ ikmaak ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Ihor Hordiichuk ] + * Translated using Weblate (Ukrainian) + + [ Sunil Mohan Adapa ] + * *: Move modules-enabled files to /usr/share + * doc/dev: Set language code explicitly in Sphinx configuration + + [ James Valleroy ] + * gitweb: Disable gpg signing in tests + + [ Frederico Gomes ] + * Translated using Weblate (Portuguese) + * Translated using Weblate (Portuguese) + + -- James Valleroy Mon, 22 May 2023 21:14:24 -0400 + freedombox (23.9) experimental; urgency=medium [ nbenedek ] diff --git a/plinth/__init__.py b/plinth/__init__.py index af4a7961b..53f8ff23b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.9' +__version__ = '23.10'