From db5444558f9a428976d0d29cfd7bc293b11ed2d1 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 25 Sep 2023 20:47:40 -0400 Subject: [PATCH] Release v23.18 to unstable Signed-off-by: James Valleroy --- debian/changelog | 29 +++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cd040a952..51133cea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +freedombox (23.18) unstable; urgency=medium + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Brian Ó Donnell ] + * middleware: Add new middleware to handle common errors like DB busy + + [ James Valleroy ] + * middleware: tests: Add tests for common error middleware + * locale: Update translations strings + * doc: Fetch latest manual + + [ rsquared ] + * ikiwiki: Disable discussion pages by default for new wiki/blog + + [ Sunil Mohan Adapa ] + * wordpress: Use absolute path in service file + * upgrades: Fix detecting apt over tor during upgrade + * gitlab-ci: Perform backports tests on bookworm instead of bullseye + * *: Fix all typing hint related errors + * gitlab-ci: Make passing mypy checks mandatory + * *: Utilize newer 3.10 syntax for type hints + * *: Add some additional type annotations + * pyproject: Add configuration for mypy to ignore some libraries + + -- James Valleroy Mon, 25 Sep 2023 20:47:20 -0400 + freedombox (23.17) unstable; urgency=medium [ gallegonovato ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ecce5a33b..d8af71cd8 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.17' +__version__ = '23.18'