--- 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
--- 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 = [
--- 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
--- 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