From 3c089df9697a57ff2d26ef6abc175adf0bdf0092 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 20 Oct 2017 19:20:01 -0400 Subject: [PATCH] Release v0.15.3 Signed-off-by: James Valleroy --- plinth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/__init__.py b/plinth/__init__.py index d3973d3be..9cb498c30 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.15.2' +__version__ = '0.15.3'