From aca0c65d68a2ae49620548aa8a24682b78f5ecb3 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 23 Sep 2019 18:15:17 -0400 Subject: [PATCH] Release v19.17 to unstable Signed-off-by: James Valleroy --- debian/changelog | 24 ++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4f621bd6b..7e9cc6301 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +plinth (19.17) unstable; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + * Translated using Weblate (Czech) + + [ Anxin YI ] + * Translated using Weblate (Chinese (Simplified)) + + [ Joseph Nuthalapati ] + * firstboot: network connections not used, cleanup + * firstboot: Add new help menu to firstboot navbar + + [ Sunil Mohan Adapa ] + * letsencrypt: Update and fix tests involving domain changes + * tor: Fix test case for getting status + * firstboot: Hide left menu during first boot as intended + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 23 Sep 2019 18:14:40 -0400 + plinth (19.16) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 32a402b3c..f16631a6a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.16' +__version__ = '19.17'