diff --git a/CHANGES.rst b/CHANGES.rst index 1e2ad6e..060ce2c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ 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) ------------------ diff --git a/rattail_tempmon/_version.py b/rattail_tempmon/_version.py index 55db287..944e05a 100644 --- a/rattail_tempmon/_version.py +++ b/rattail_tempmon/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = u'0.1.7' +__version__ = u'0.1.8'