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'