diff --git a/CHANGES.rst b/CHANGES.rst index d4f3bda6..b570a212 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.5.89 (2017-02-24) +------------------- + +* Expose/honor per-role session timeouts + +* Fix daylight savings bug when cloning schedule from previous week + +* Expose notes field for purchasing batches + +* Add some product flags (kosher vegan etc.) to view fieldset + +* Add initial support for native product images + + 0.5.88 (2017-02-21) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 459b0a81..cb5083a1 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.88' +__version__ = u'0.5.89'