Release v0.15.1

This commit is contained in:
James Valleroy 2017-07-02 08:40:18 -04:00
parent 541138d698
commit 0d248ea364
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -19,4 +19,4 @@
Plinth package init file
"""
__version__ = '0.15.0'
__version__ = '0.15.1'