Version 0.1.27 0.1.27
authorThierry Florac <thierry.florac@onf.fr>
Fri, 28 Dec 2018 10:54:20 +0100
changeset 304 70a87311a233
parent 303 fd0365f94a2c
child 305 a2a3998da488
Version 0.1.27
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = [
--- 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