Update changelog

This commit is contained in:
Lance Edgar 2020-09-22 22:48:29 -05:00
parent 5260270ae7
commit 1b227a8d32
2 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,13 @@ All notable changes to tailbone-theo will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.5] - 2020-09-22
### Changed
- Add initial fabric bundle for 'theo-server'.
- Define custom app settings.
- Include POS integration web templates, as configured.
- Add basic support for LOC SMS integration.
## [0.1.4] - 2020-09-19
### Changed
- Add the 'app' and 'fabric' extras to setup.py.

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.1.4'
__version__ = '0.1.5'