Update changelog

This commit is contained in:
Lance Edgar 2017-08-08 18:44:21 -05:00
parent 32eb01fe09
commit 39a2da2b6b
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.1.13 (2017-08-08)
-------------------
* Don't kill tempmon client if DB session.commit() fails
* Grow the ``Reading.degrees_f`` column
* Fix tempmon alembic script per continuum needs
0.1.12 (2017-08-04)
-------------------

View file

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