diff --git a/debian/changelog b/debian/changelog index 79ba1531a..72fc73259 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +freedombox (23.7) experimental; urgency=medium + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Veiko Aasa ] + * container: Force pip to install packages to system environment + * tests: functional: Fix setting first ethernet connection as internal + + [ Sunil Mohan Adapa ] + * container: Fix resizing disk image containing multiple partitions + * container: Increase wait time to accommodate slower architectures + * matrixsynapse: Add token based registration verification + + [ nbenedek ] + * mediawiki: Allow setting site language code + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 27 Mar 2023 20:51:28 -0400 + freedombox (23.6) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5420964b9..21ed55398 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.6' +__version__ = '23.7'