Update changelog

This commit is contained in:
Lance Edgar 2019-01-10 18:05:17 -06:00
parent 0e0b125d99
commit 1dc21d846e
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.8.8 (2019-01-08)
------------------ ------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.8.8' __version__ = '0.8.9'