From 2e7b2d41fdd4e407b6f110022a67eb34e991304f Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 1 Jan 2018 15:04:26 -0500 Subject: [PATCH] Release v0.20.0 Signed-off-by: James Valleroy --- debian/changelog | 4 ++-- plinth/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e0a86dc6..bccc84188 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -plinth (0.20.0) UNRELEASED; urgency=high +plinth (0.20.0) unstable; urgency=high [ James Valleroy ] * bind: Rework getting and changing config @@ -16,7 +16,7 @@ plinth (0.20.0) UNRELEASED; urgency=high * bind: Add information about current utility * storage: Make tests run on special filesystems - -- James Valleroy Mon, 01 Jan 2018 14:33:49 -0500 + -- James Valleroy Mon, 01 Jan 2018 15:04:02 -0500 plinth (0.19.0) unstable; urgency=medium diff --git a/plinth/__init__.py b/plinth/__init__.py index daa2f79ad..d5188853f 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.19.0' +__version__ = '0.20.0'