diff --git a/debian/changelog b/debian/changelog index e5fcbb5d6..5dbe68bd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +plinth (20.11) unstable; urgency=medium + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + [ Sunil Mohan Adapa ] + * *: Remove use of Turbolinks library + * web_framework: Reduce verbosity of DB migration process + * container: Add script to manage systemd-nspawn containers for dev. + * container: Fix upgrading of freedombox + * matrixsynapse: Handle upgrade to versions 1.15.x + + [ James Valleroy ] + * upgrades: Don't enable backports on Debian derivatives + * upgrades: Use a custom service for manual update + * locale: Update translation strings + * doc: Fetch latest manual + * debian: Update renamed lintian tag + + [ Ralf Barkow ] + * Translated using Weblate (German) + + [ aiman an ] + * Added translation using Weblate (Arabic (Saudi Arabia)) + * Translated using Weblate (Arabic (Saudi Arabia)) + + [ WaldiS ] + * Translated using Weblate (Polish) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + -- James Valleroy Mon, 15 Jun 2020 19:55:45 -0400 + plinth (20.10) unstable; urgency=high [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 7559d75cd..506cf7e31 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.10' +__version__ = '20.11'