diff --git a/CHANGES.rst b/CHANGES.rst index 6eba0980..c22892e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.5.14 (2016-07-08) +------------------- + +* Allow extra kwargs to core ``View.redirect()`` method + +* Add awareness of special 'Authenticated' role, in permissions UI etc. + +* Always strip whitespace from label profile 'spec' field input + + 0.5.13 (2016-06-10) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index bb4f9247..673ca62d 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.13' +__version__ = u'0.5.14'