diff --git a/CHANGES.rst b/CHANGES.rst index 69e098e2..7ba9b857 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +.. -*- coding: utf-8 -*- + +0.3.15 +------ + +* Add experimental soundex filter support to the Customers grid. + 0.3.14 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index 1ec0501b..94395b2d 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1 +1,3 @@ -__version__ = '0.3.14' +# -*- coding: utf-8 -*- + +__version__ = u'0.3.15'