diff --git a/CHANGES.rst b/CHANGES.rst index c5c7f649..7670fe73 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.9 (2019-01-10) +------------------ + +* Tweak batch view template "object helpers" for easier customization. + +* Let batch view customize logic for marking batch as (in)complete. + +* Make command configurable, for restarting tempmon-client. + + 0.8.8 (2019-01-08) ------------------ diff --git a/tailbone/_version.py b/tailbone/_version.py index d2892216..afd3fb48 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.8' +__version__ = '0.8.9'