diff --git a/CHANGES.rst b/CHANGES.rst index 9df2c52c..9f35a695 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.38 (2019-05-07) +------------------- + +* Add basic support for "quickie" search. + +* Add basic Buefy support for row grids. + +* Add basic Buefy support for merging 2 objects. + + 0.8.37 (2019-05-05) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index cc080c27..2883a5bd 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.37' +__version__ = '0.8.38'