diff --git a/CHANGES.rst b/CHANGES.rst index 884bfedc..fb31f603 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.8.228 (2022-04-13) +-------------------- + +* Fix quotes for field helptext. + +* Flush early when populating batch, to ensure error is shown. + + 0.8.227 (2022-04-04) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index d2bc5538..e1a117c0 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.227' +__version__ = '0.8.228'