Update changelog

This commit is contained in:
Lance Edgar 2017-02-11 19:10:55 -06:00
parent 43a3b8ae0a
commit 9a3dbb9786
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.5.81 (2017-02-11)
-------------------
* Add config for redirecting user to home page after logout
* Refactor logic used to login a user, for easier sharing
* Use ``pretty_hours()`` function where applicable
0.5.80 (2017-02-10) 0.5.80 (2017-02-10)
------------------- -------------------

View file

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