diff --git a/CHANGES.rst b/CHANGES.rst index 9079eba2..30c9813c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.5.65 (2016-12-29) +------------------- + +* Fix purchase batch execution, to redirect to Purchase *or* Batch + +* Add extra perms for restricing which 'mode' of purchase batch user can create + +* Refactor Order Form a bit to allow custom history data + + 0.5.64 (2016-12-28) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index f03048c1..a76af61e 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.64' +__version__ = u'0.5.65'