Release v0.12.0

This commit is contained in:
James Valleroy 2016-12-08 15:59:57 -05:00
parent 66423e8f75
commit 811dc3952d
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [0.12.0] - 2016-12-08
### Added ### Added
- Added screenshots to Readme. - Added screenshots to Readme.
- repro: Open up RTP ports. - repro: Open up RTP ports.
@ -163,7 +163,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 - Fixed issue that could allow someone to start a module setup process
without being logged in to Plinth. without being logged in to Plinth.
[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.11.0...HEAD [0.12.0]: https://github.com/freedombox/Plinth/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0 [0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/freedombox/Plinth/compare/v0.9.4...v0.10.0 [0.10.0]: https://github.com/freedombox/Plinth/compare/v0.9.4...v0.10.0
[0.9.4]: https://github.com/freedombox/Plinth/compare/v0.9.3...v0.9.4 [0.9.4]: https://github.com/freedombox/Plinth/compare/v0.9.3...v0.9.4

View File

@ -19,4 +19,4 @@
Plinth package init file Plinth package init file
""" """
__version__ = '0.11.0' __version__ = '0.12.0'