diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9f9ad1a..1d4c9e2ef 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.13.0] - 2017-01-18 ### Added - Added command line argument --list-modules which will list modules and exit. It can be followed by "essential" or "optional" to only @@ -182,7 +182,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.12.0...HEAD +[0.13.0]: https://github.com/freedombox/Plinth/compare/v0.12.0...v0.13.0 [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 diff --git a/plinth/__init__.py b/plinth/__init__.py index bbe052970..24d1e6789 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.12.0' +__version__ = '0.13.0'