From 129455a31f206ab5722401baf4c8f7c533a45675 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 13 Apr 2022 20:19:00 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 8 ++++++++ tailbone/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'