diff --git a/CHANGES.rst b/CHANGES.rst index 753cae47..290dce1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.6.67 (2018-01-30) +------------------- + +* Fix permission bug when adding row in mobile receiving. + +* Fix mobile logout behavior. + +* Always redirect to mobile home page, if "other" page is refreshed. + + 0.6.66 (2018-01-29) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 81bc7ed4..25fdc2bb 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.6.66' +__version__ = '0.6.67'