diff --git a/CHANGES.rst b/CHANGES.rst index 2445e44d..c3c065aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. -*- coding: utf-8 -*- +0.4.17 +------ + +* Log warning instead of error when refreshing batch fails. + + 0.4.16 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index b9664eaa..7bb6aaa4 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.16' +__version__ = u'0.4.17'