From 811dc3952dcc5e93feff9c112bf690963af60583 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 8 Dec 2016 15:59:57 -0500 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 4 ++-- plinth/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e33db7ab..717f88067 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.12.0] - 2016-12-08 ### Added - Added screenshots to Readme. - 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 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.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 diff --git a/plinth/__init__.py b/plinth/__init__.py index 00bd50d99..bbe052970 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.11.0' +__version__ = '0.12.0'