From 4e1ef764cbf105289b1f000f0aac12eaeb667346 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 12 Aug 2016 18:16:09 -0400 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 4 ++-- plinth/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ca90155..273ef2464 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.10.0] - 2016-08-12 ### Added - Added Disks module to show free space of mounted partitions and allow expanding the root partition. @@ -83,6 +83,6 @@ 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.9.4...HEAD +[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.3]: https://github.com/freedombox/Plinth/compare/v0.9.2...v0.9.3 diff --git a/plinth/__init__.py b/plinth/__init__.py index 435d22d3b..2cd893fee 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.9.4' +__version__ = '0.10.0'