From 5df83267416a0e830580890e7f5dda1c782f622b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 9 Jul 2019 21:38:31 -0400 Subject: [PATCH] Release v19.2.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 10 ++++++++++ plinth/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 553b64499..6452fea1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +plinth (19.2.1) unstable; urgency=high + + [ Sunil Mohan Adapa ] + * dbus: Allow plinth user to own FreedomBox DBus service + + [ James Valleroy ] + * tests: Add axes to INSTALLED_APPS to fix tests + + -- James Valleroy Tue, 09 Jul 2019 20:00:58 -0400 + plinth (19.2) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 67b57e85c..6c898c424 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.2' +__version__ = '19.2.1'