# HG changeset patch # User Thierry Florac # Date 1339445463 -7200 # Node ID d3083b6456072ba1ff528e07ec49abbbec10bd70 # Parent 1c7e8bef0027d90d3a33e817b4741ffab931a964 Version 0.3.11 diff -r 1c7e8bef0027 -r d3083b645607 buildout.cfg --- a/buildout.cfg Mon Jun 11 12:52:56 2012 +0200 +++ b/buildout.cfg Mon Jun 11 22:11:03 2012 +0200 @@ -26,4 +26,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.3.10 +ztfy.utils = 0.3.11 diff -r 1c7e8bef0027 -r d3083b645607 setup.py --- a/setup.py Mon Jun 11 12:52:56 2012 +0200 +++ b/setup.py Mon Jun 11 22:11:03 2012 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.3.10' +version = '0.3.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 1c7e8bef0027 -r d3083b645607 ztfy.utils.egg-info/PKG-INFO --- a/ztfy.utils.egg-info/PKG-INFO Mon Jun 11 12:52:56 2012 +0200 +++ b/ztfy.utils.egg-info/PKG-INFO Mon Jun 11 22:11:03 2012 +0200 @@ -1,6 +1,6 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.3.10 +Version: 0.3.11 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.3.11 + ------ + - added dotted decimal schema field, not handling locales :-/ + 0.3.10 ------ - upgraded for ztfy.jqueryui 0.6.0 diff -r 1c7e8bef0027 -r d3083b645607 ztfy/utils/docs/HISTORY.txt --- a/ztfy/utils/docs/HISTORY.txt Mon Jun 11 12:52:56 2012 +0200 +++ b/ztfy/utils/docs/HISTORY.txt Mon Jun 11 22:11:03 2012 +0200 @@ -1,6 +1,10 @@ Changelog ========= +0.3.11 +------ + - added dotted decimal schema field, not handling locales :-/ + 0.3.10 ------ - upgraded for ztfy.jqueryui 0.6.0