diff --git a/CHANGES.rst b/CHANGES.rst index ecc527f1..4978de96 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.5.16 (2016-08-05) +------------------- + +* Fallback to empty string for email preview recipient, if current user has no address + +* Allow negative sign, decimal point for "numeric" text fields + + 0.5.15 (2016-07-27) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index bc349b88..5c7f7809 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.15' +__version__ = u'0.5.16'