From dd2ba4c8fab71e3687d1feb42ef2f391ea82920c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 26 Mar 2020 09:13:34 -0400 Subject: [PATCH] Release v20.5.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 26 ++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c87756a95..f82826682 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +plinth (20.5.1) unstable; urgency=medium + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Allan Nordhøy ] + * networks: Update label wording in topology form: Choose → Specify + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * web_server: Introduce component to handle special static file dirs + * jsxc: Fix issue with serving static files + * help: Move custom static file handling into app from central place + * debian: Update doc-base to include PDF + * debian: Prepare for multiple binary packages + * debian: Separate binary packages for each language manual + * debian: Remove outdated TODO file + + [ Michael Breidenbach ] + * Translated using Weblate (German) + + [ James Valleroy ] + * debian: Correct doc package names in Recommends + + -- James Valleroy Thu, 26 Mar 2020 09:13:13 -0400 + plinth (20.5) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 877976e6b..27cd3dc87 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.5' +__version__ = '20.5.1'