diff --git a/CHANGES.rst b/CHANGES.rst index 30c9813c..a037d63f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +0.5.66 (2016-12-30) +------------------- + +* Tweak the "create" screen for purchase batches, for more customization + + 0.5.65 (2016-12-29) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index a76af61e..54db5f87 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.65' +__version__ = u'0.5.66'