From 63aa29f7d74b48b0e585b0422f33b91c8018512f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 4 Oct 2018 19:59:14 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 14 ++++++++++++++ rattail_tempmon/_version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a3628f5..31a9972 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.1.17 (2018-10-04) +------------------- + +* Include client key in disabled probe list email. + +* Don't let server mark client as offline until readings fail 3 times in a row. + +* Add ``Client.archived`` flag, ignore archived for "disabled probes" check. + +* Add notes field to client and probe tables. + +* Add ``Client.disk_type`` to track SD card vs. USB. + + 0.1.16 (2018-02-07) ------------------- diff --git a/rattail_tempmon/_version.py b/rattail_tempmon/_version.py index 05c3021..9a17824 100644 --- a/rattail_tempmon/_version.py +++ b/rattail_tempmon/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.16' +__version__ = '0.1.17'