Update changelog

This commit is contained in:
Lance Edgar 2016-07-08 01:17:35 -05:00
parent e0bd20ee23
commit a093b84c98
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.5.13 (2016-06-10)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.5.13' __version__ = u'0.5.14'