Release 0.9.4

This commit is contained in:
James Valleroy 2016-06-14 17:13:46 -04:00
parent ef40941c7c
commit 6fe7802df1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -19,4 +19,4 @@
Plinth package init file
"""
__version__ = '0.9.3'
__version__ = '0.9.4'