diff --git a/CHANGES.rst b/CHANGES.rst index 5dce7a30..9df2c52c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +0.8.37 (2019-05-05) +------------------- + +* Add basic Buefy support for full "profile" view for Person. + + 0.8.36 (2019-05-03) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 0e5490e1..cc080c27 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.36' +__version__ = '0.8.37'