diff --git a/CHANGES.rst b/CHANGES.rst index fc1991a0..15d65f52 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,13 @@ .. -*- coding: utf-8 -*- +0.4.30 +------ + +* Add config extension, to record data changes if so configured. + +* Add mailing address to person fieldset. + + 0.4.29 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index d8901594..2a7f6f3c 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.29' +__version__ = u'0.4.30'