diff --git a/CHANGES.rst b/CHANGES.rst index e81f068d..86fd59c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.272 (2022-12-21) +-------------------- + +* Add support for "is row checkable" in grids. + +* Add ``make_status_renderer()`` to MasterView. + +* Expose the ``terms`` field for Vendor CRUD. + + 0.8.271 (2022-12-15) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 33a29fa8..7bd0956b 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.271' +__version__ = '0.8.272'