From c544160a946fb93d0a408b51d24ba16266062967 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 5 Jul 2020 15:41:09 -0400 Subject: [PATCH] Release v20.12.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 22 ++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b54a8d31..0ac385335 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +plinth (20.12.1) unstable; urgency=high + + [ nautilusx ] + * Translated using Weblate (German) + + [ Robert Pollak ] + * Translated using Weblate (German) + + [ J. Lavoie ] + * Translated using Weblate (French) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * cfg, frontpage: Ignore errors while reading config and shortcuts + + [ Milo Ivir ] + * Translated using Weblate (German) + + -- James Valleroy Sun, 05 Jul 2020 15:40:30 -0400 + plinth (20.12) unstable; urgency=medium [ Oğuz Ersen ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 017eba56b..74c23b379 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.12' +__version__ = '20.12.1'