# HG changeset patch # User Thierry Florac # Date 1362349209 -3600 # Node ID 7eca33dd623339da2f571688c32fe2996e2cafe0 # Parent 7cb9e4f519367237caf8594e25552c2f10b356d1 Version 0.4.0 diff -r 7cb9e4f51936 -r 7eca33dd6233 docs/HISTORY.txt --- a/docs/HISTORY.txt Sat Mar 02 11:48:52 2013 +0100 +++ b/docs/HISTORY.txt Sun Mar 03 23:20:09 2013 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.4.0 +----- + - move custom schema fields widgets to ZTFY.skin package + 0.3.14 ------ - added legend on ZEO connection properties edit form diff -r 7cb9e4f51936 -r 7eca33dd6233 setup.py --- a/setup.py Sat Mar 02 11:48:52 2013 +0100 +++ b/setup.py Sun Mar 03 23:20:09 2013 +0100 @@ -93,7 +93,7 @@ 'zope.tales', 'zope.traversing', 'zopyx.txng3.core', - 'ztfy.jqueryui >= 0.6.0', + 'ztfy.jqueryui >= 0.7.0', ], entry_points=""" # -*- Entry points: -*- diff -r 7cb9e4f51936 -r 7eca33dd6233 src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Sat Mar 02 11:48:52 2013 +0100 +++ b/src/ztfy.utils.egg-info/PKG-INFO Sun Mar 03 23:20:09 2013 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.3.14 +Version: 0.4.0 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.4.0 + ----- + - move custom schema fields widgets to ZTFY.skin package + 0.3.14 ------ - added legend on ZEO connection properties edit form diff -r 7cb9e4f51936 -r 7eca33dd6233 src/ztfy.utils.egg-info/SOURCES.txt --- a/src/ztfy.utils.egg-info/SOURCES.txt Sat Mar 02 11:48:52 2013 +0100 +++ b/src/ztfy.utils.egg-info/SOURCES.txt Sun Mar 03 23:20:09 2013 +0100 @@ -44,18 +44,9 @@ src/ztfy/utils/zodb.py src/ztfy/utils/zodb.zcml src/ztfy/utils/browser/__init__.py -src/ztfy/utils/browser/color.py src/ztfy/utils/browser/configure.zcml -src/ztfy/utils/browser/daterange.py src/ztfy/utils/browser/encoding.py -src/ztfy/utils/browser/textlinelist.py src/ztfy/utils/browser/zodb.py -src/ztfy/utils/browser/templates/color_display.pt -src/ztfy/utils/browser/templates/color_input.pt -src/ztfy/utils/browser/templates/daterange_display.pt -src/ztfy/utils/browser/templates/daterange_input.pt -src/ztfy/utils/browser/templates/textlinelist_display.pt -src/ztfy/utils/browser/templates/textlinelist_input.pt src/ztfy/utils/catalog/__init__.py src/ztfy/utils/catalog/configure.zcml src/ztfy/utils/catalog/index.py diff -r 7cb9e4f51936 -r 7eca33dd6233 src/ztfy.utils.egg-info/requires.txt --- a/src/ztfy.utils.egg-info/requires.txt Sat Mar 02 11:48:52 2013 +0100 +++ b/src/ztfy.utils.egg-info/requires.txt Sun Mar 03 23:20:09 2013 +0100 @@ -31,7 +31,7 @@ zope.tales zope.traversing zopyx.txng3.core -ztfy.jqueryui >= 0.6.0 +ztfy.jqueryui >= 0.7.0 [test] zope.testing \ No newline at end of file