Update changelog
This commit is contained in:
parent
5830c7bd15
commit
8be64c0580
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.1.19 (2018-10-17)
|
||||
-------------------
|
||||
|
||||
* Add probe URL to email template context.
|
||||
|
||||
* Leverage common "now" value when sending emails from server.
|
||||
|
||||
* Fix logic bug when checking readings for client.
|
||||
|
||||
|
||||
0.1.18 (2018-10-09)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.18'
|
||||
__version__ = '0.1.19'
|
||||
|
|
Loading…
Reference in a new issue