Update changelog
This commit is contained in:
parent
5bf69a0c21
commit
d6ab9a60f1
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.1.18 (2018-10-09)
|
||||
-------------------
|
||||
|
||||
* Log our supposed hostname on client startup.
|
||||
|
||||
* Log error on client, when probe takes a 185.0 reading.
|
||||
|
||||
* Improve docstrings for some model attributes (for Tailbone).
|
||||
|
||||
* Make server more tolerant of database restart.
|
||||
|
||||
* Make client more tolerant of database restart.
|
||||
|
||||
* Add "status since" to template context for email alerts.
|
||||
|
||||
* Add "recent readings" to email template context.
|
||||
|
||||
|
||||
0.1.17 (2018-10-04)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.17'
|
||||
__version__ = '0.1.18'
|
||||
|
|
Loading…
Reference in a new issue