diff --git a/debian/changelog b/debian/changelog index 6a6a59ec8..5296f064d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +freedombox (26.9.1) unstable; urgency=medium + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Pierfrancesco Passerini ] + * Translated using Weblate (Italian) + + [ Coucouf ] + * Translated using Weblate (French) + + [ Sunil Mohan Adapa ] + * matrixsynapse: Allow installing new dependencies + + [ James Valleroy ] + * wireguard: Move segno import inside method + * wireguard: Get config for both download and qr actions + * doc: Fetch latest manual + + -- James Valleroy Mon, 15 Jun 2026 20:46:29 -0400 + freedombox (26.9) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 89fd60a6b..a2a76d147 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.9' +__version__ = '26.9.1'