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'