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'