From 167895b5370e9e45a5b4931b3cf13c1e6146e087 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 20 Apr 2020 18:12:49 -0400 Subject: [PATCH] Release v20.7 to unstable Signed-off-by: James Valleroy --- debian/changelog | 28 ++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) 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'