# HG changeset patch # User Thierry Florac # Date 1400594075 -7200 # Node ID ac47d86ae3ea54929413602546451492a4b393cf # Parent cb99848d8334edda2ec77e5e9aab848b0681b6c9 Version 0.4.11 diff -r cb99848d8334 -r ac47d86ae3ea buildout.cfg --- a/buildout.cfg Tue May 20 15:54:14 2014 +0200 +++ b/buildout.cfg Tue May 20 15:54:35 2014 +0200 @@ -40,4 +40,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.4.10 +ztfy.utils = 0.4.11 diff -r cb99848d8334 -r ac47d86ae3ea docs/HISTORY.txt --- a/docs/HISTORY.txt Tue May 20 15:54:14 2014 +0200 +++ b/docs/HISTORY.txt Tue May 20 15:54:35 2014 +0200 @@ -1,6 +1,10 @@ Changelog ========= +0.4.11 +------ + - added "encode" and "decode" functions in "ztfy.utils.unicode" module (with updated doctests) + 0.4.10 ------ - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core" diff -r cb99848d8334 -r ac47d86ae3ea setup.py --- a/setup.py Tue May 20 15:54:14 2014 +0200 +++ b/setup.py Tue May 20 15:54:35 2014 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.10' +version = '0.4.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r cb99848d8334 -r ac47d86ae3ea src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Tue May 20 15:54:14 2014 +0200 +++ b/src/ztfy.utils.egg-info/PKG-INFO Tue May 20 15:54:35 2014 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.10 +Version: 0.4.11 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.4.11 + ------ + - added "encode" and "decode" functions in "ztfy.utils.unicode" module (with updated doctests) + 0.4.10 ------ - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core"