From a093b84c985f6f4131a5a5cdca9e49458cbde26b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 8 Jul 2016 01:17:35 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 10 ++++++++++ tailbone/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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'