diff --git a/debian/changelog b/debian/changelog index 353a00f57..2b0cbf838 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +plinth (20.7) unstable; urgency=medium + + [ Coucouf ] + * Translated using Weblate (French) + + [ vihor ] + * Translated using Weblate (Serbian) + + [ Localisation Lab ] + * Translated using Weblate (French) + + [ Joseph Nuthalapati ] + * Translated using Weblate (Telugu) + + [ Veiko Aasa ] + * gitweb: Improve error handling when creating repository + + [ James Valleroy ] + * upgrades: Allow installation of python3-twisted from backports + * matrixsynapse: Handle upgrade to 1.12.* + * locale: Update translation strings + * doc: Fetch latest manual + + [ Fioddor Superconcentrado ] + * HACKING: Clarify where commands should be run + + -- James Valleroy Mon, 20 Apr 2020 18:38:52 -0400 + plinth (20.6.1) unstable; urgency=medium [ James Valleroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5a04d99f5..5db26e81b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.6.1' +__version__ = '20.7'