diff --git a/CHANGELOG.md b/CHANGELOG.md index eda67d19d..811f54a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.15.1] - 2017-07-02 +### Fixed +- Fixed python format string in translation. + ## [0.15.0] - 2017-07-01 ### Added - Added Tahoe-LAFS module for distributed file storage. diff --git a/plinth/__init__.py b/plinth/__init__.py index 0512f9a8a..847bdf1ab 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.15.0' +__version__ = '0.15.1'