From 1762c848524a7f9cbde6dd90273f2e6e45944e62 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 9 Apr 2017 10:27:14 -0400 Subject: [PATCH] Release v0.14.0 --- CHANGELOG.md | 4 ++-- plinth/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a516dc7..05aba75ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.14.0] - 2017-04-09 ### Added - tor: Added option to use upstream bridges. - openvpn: Added to front page. @@ -221,7 +221,7 @@ All notable changes to this project will be documented in this file. - Fixed issue that could allow someone to start a module setup process without being logged in to Plinth. -[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.13.1...HEAD +[0.14.0]: https://github.com/freedombox/Plinth/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/freedombox/Plinth/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/freedombox/Plinth/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/freedombox/Plinth/compare/v0.11.0...v0.12.0 diff --git a/plinth/__init__.py b/plinth/__init__.py index ffe2d8779..64253edf5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.13.1' +__version__ = '0.14.0'