From 6fe7802df1926422a0aa02436727e5f1568e9f99 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 14 Jun 2016 17:13:46 -0400 Subject: [PATCH] Release 0.9.4 --- CHANGELOG.md | 5 +++++ plinth/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87053d3e2..1da1a1eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.9.4] - 2016-06-14 +### Fixed +- Fixed quoted values in nslcd config. + ## [0.9.3] - 2016-06-12 ### Added - Added Polish translation. @@ -38,4 +42,5 @@ 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. +[0.9.4]: https://github.com/freedombox/Plinth/compare/v0.9.3...v0.9.4 [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 a40b7d33d..435d22d3b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.9.3' +__version__ = '0.9.4'