diff --git a/CHANGES.rst b/CHANGES.rst index d8b86912..1ea30c9d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. -*- coding: utf-8 -*- +0.4.26 +------ + +* Add readonly support for email profile settings. + + 0.4.25 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index 07433e50..7e47b63e 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.25' +__version__ = u'0.4.26'