diff --git a/CHANGES.rst b/CHANGES.rst index 1619c5f3..2a7095d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.89 (2020-03-11) +------------------- + +* Refactor "view profile" page per latest Buefy theme conventions. + +* Move logic for Order Form worksheet into purchase batch handler. + +* Make sure all contact info is "touched" when touching person record. + + 0.8.88 (2020-03-05) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3ff5d100..7afe788d 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.88' +__version__ = '0.8.89'