Update changelog
This commit is contained in:
parent
32eb01fe09
commit
39a2da2b6b
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
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)
|
0.1.12 (2017-08-04)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.1.12'
|
__version__ = '0.1.13'
|
||||||
|
|
Loading…
Reference in a new issue