# HG changeset patch # User Thierry Florac # Date 1545990860 -3600 # Node ID 70a87311a2331a2070ab8b462ae0bfaea7e8fd2e # Parent fd0365f94a2c64eae62efab362e8a8d7f49cafc8 Version 0.1.27 diff -r fd0365f94a2c -r 70a87311a233 buildout.cfg --- a/buildout.cfg Fri Dec 28 09:55:26 2018 +0100 +++ b/buildout.cfg Fri Dec 28 10:54:20 2018 +0100 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.26 +pyams_utils = 0.1.27 diff -r fd0365f94a2c -r 70a87311a233 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Dec 28 09:55:26 2018 +0100 +++ b/docs/HISTORY.txt Fri Dec 28 10:54:20 2018 +0100 @@ -1,6 +1,11 @@ Changelog ========= +0.1.27 +------ + - updated text to HTML converter to be able to specify several renderers in the same TALES 'html' extension call + (giving renderers names separated by semicolon) + 0.1.26 ------ - added Markdown text renderer diff -r fd0365f94a2c -r 70a87311a233 setup.py --- a/setup.py Fri Dec 28 09:55:26 2018 +0100 +++ b/setup.py Fri Dec 28 10:54:20 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.26' +version = '0.1.27' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r fd0365f94a2c -r 70a87311a233 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Fri Dec 28 09:55:26 2018 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Fri Dec 28 10:54:20 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.26 +Version: 0.1.27 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,11 @@ Changelog ========= + 0.1.27 + ------ + - updated text to HTML converter to be able to specify several renderers in the same TALES 'html' extension call + (giving renderers names separated by semicolon) + 0.1.26 ------ - added Markdown text renderer