From 45da955c312dc7ed1a635a74d7aac16c186a5f91 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 23 Nov 2020 18:38:07 -0500 Subject: [PATCH] Release v20.18.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 68 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cf604e0b..056b83dc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,71 @@ +freedombox (20.18.1) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + * Translated using Weblate (Turkish) + + [ Hetgyl ] + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Reg Me ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Oğuz Ersen ] + * Translated using Weblate (Turkish) + + [ Thomas Vincent ] + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Joseph Nuthalapati ] + * sso: Fix regression in auth-pubtkt configuration + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + + [ Diego Roversi ] + * Translated using Weblate (Italian) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * Translated using Weblate (French) + * doc: Fetch latest manual + + -- James Valleroy Mon, 23 Nov 2020 18:37:38 -0500 + freedombox (20.18) unstable; urgency=medium [ Hetgyl ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5e0ca99dc..250998b04 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.18' +__version__ = '20.18.1'