From 59cefd7182020967a3cbd17ee881352cc3fe98b7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 12 Jun 2014 20:47:47 -0700 Subject: [PATCH] update changelog --- CHANGES.rst | 7 +++++++ tailbone/_version.py | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) 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'