diff --git a/debian/changelog b/debian/changelog index b9bfd27f4..dd6b803d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +freedombox (21.3) unstable; urgency=medium + + [ Oğuz Ersen ] + * Translated using Weblate (Turkish) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Michalis ] + * Translated using Weblate (Greek) + + [ James Valleroy ] + * upgrades: Mark string as no-python-format + * locale: Update translation strings + * upgrades: Only check free space bytes before dist upgrade + * upgrades: Add 10 minute delay before apt update + * upgrades: Disable apt snapshots during dist upgrade + * locale: Update translation strings + * doc: Fetch latest manual + + [ John Lines ] + * gitignore: Ignore files generated during package build + * zoph: Add new app to organize photos + + [ Sunil Mohan Adapa ] + * tests: functional: Introduce step def. to check if app is enabled + * zoph: Make app unavailable in Buster + + [ Aurélien Couderc ] + * sharing: Improve shares group access description + + [ Fioddor Superconcentrado ] + * HACKING: Link download page for Geckodriver. + * Translated using Weblate (Spanish) + + -- James Valleroy Thu, 11 Feb 2021 17:59:49 -0500 + freedombox (21.2) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 66139952b..ba82630a0 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.2' +__version__ = '21.3'