Update changelog
This commit is contained in:
parent
f04b4105c7
commit
5f680ff672
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.1.8 (2017-06-01)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Refactor main server loop a bit, to add basic retry w/ error logging
|
||||||
|
|
||||||
|
* Tweak mail templates a bit, to reference config values
|
||||||
|
|
||||||
|
|
||||||
0.1.7 (2017-06-01)
|
0.1.7 (2017-06-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = u'0.1.7'
|
__version__ = u'0.1.8'
|
||||||
|
|
Loading…
Reference in a new issue