From 885ffd8b11500dd70a6d83c832679ad502b81b1a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 Dec 2017 20:15:40 -0500 Subject: [PATCH] Release v0.18.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 be2836869..f56ef8d60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -plinth (0.18.0) UNRELEASED; urgency=low +plinth (0.18.0) unstable; urgency=low [ James Valleroy ] * Add shadowsocks client with socks5 proxy. @@ -26,7 +26,7 @@ plinth (0.18.0) UNRELEASED; urgency=low [ Hritesh Gurnani ] * Reduce OS icons size for clients. - -- James Valleroy Mon, 04 Dec 2017 19:18:31 -0500 + -- James Valleroy Mon, 04 Dec 2017 20:14:41 -0500 plinth (0.17.0) unstable; urgency=medium diff --git a/plinth/__init__.py b/plinth/__init__.py index 2813644fb..67a428663 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.17.0' +__version__ = '0.18.0'