From bb2b21ea695f45dfb41322e215853a881293a00e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 12 Jun 2016 10:19:36 -0400 Subject: [PATCH] Release 0.9.3 --- CHANGELOG.md | 6 ++++-- plinth/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389074e54..87053d3e2 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.9.3] - 2016-06-12 ### Added - Added Polish translation. - Added check to Diagnostics to skip tests for modules that have not @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file. positive results. - Fixed some username checks that could cause errors when editing the user. +- Switched to using apt-get for module setup in Plinth. This fixes + several issues that were seen during package installs. ### Changed - Moved Dynamic DNS and Pagekite from Applications to System @@ -36,4 +38,4 @@ 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.9.2...HEAD +[0.9.3]: https://github.com/freedombox/Plinth/compare/v0.9.2...v0.9.3 diff --git a/plinth/__init__.py b/plinth/__init__.py index d830fcaf8..a40b7d33d 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.9.2' +__version__ = '0.9.3'