From 031bbb53cb8b2074dcbd3b15b8c7ff71d1077ab5 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 17 Aug 2026 19:45:01 -0400 Subject: [PATCH] Release v26.11 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 20d51d7de..792fa5048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +freedombox (26.11) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Hosted Weblate user 54392 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Sunil Mohan Adapa ] + * homeassistant: App is stable, remove experimental warning + * d/postinst: Remove unnecessary file + * tests: Use class methods for class scoped fixtures + * mypy: Add support for version 2.1 + * settings: Drop support for Django < 4.0 + * pyproject: Declare support for Django 6.0 + * dynamicdns: Drop old migration code shipped in bookworm + * dynamicdns: Allow updating both IPv4 and IPv6 records together + * views: Add a separate page for adding new apps + * firstboot: Link from next steps page to add apps page + * views: Link to apps-add page from a tag click in app page + + [ Coucouf ] + * Translated using Weblate (French) + + [ Priit Jõerüüt ] + * Translated using Weblate (Estonian) + + [ Pierfrancesco Passerini ] + * Translated using Weblate (Italian) + + [ James Valleroy ] + * debian: Trim list of Uploaders + * locale: Update strings for translation + * doc: Fetch latest manual + + -- James Valleroy Mon, 17 Aug 2026 19:44:28 -0400 + freedombox (26.10) unstable; urgency=medium [ Coool ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6fb8a410a..87084b710 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.10' +__version__ = '26.11'