From 4f42ad164a5c55e3db4d07ceea22b8dcace542a7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 10 Dec 2016 22:18:52 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 8 ++++++++ rattail_tempmon/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 35cee52..17f544a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.1.3 (2016-12-10) +------------------ + +* Add email config for tempmon-server alerts + +* Add mail templates to project manifest + + 0.1.2 (2016-12-10) ------------------ diff --git a/rattail_tempmon/_version.py b/rattail_tempmon/_version.py index 16583ca..566bb73 100644 --- a/rattail_tempmon/_version.py +++ b/rattail_tempmon/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.1.2' +__version__ = u'0.1.3'