# HG changeset patch # User Thierry Florac # Date 1558681436 -7200 # Node ID f395860219271836c124d1f02054245b26176761 # Parent 9d003159622b8d4f874e9f28a10ed38c299b7db3 Version 0.1.40.1 diff -r 9d003159622b -r f39586021927 buildout.cfg --- a/buildout.cfg Wed May 22 17:24:00 2019 +0200 +++ b/buildout.cfg Fri May 24 09:03:56 2019 +0200 @@ -78,4 +78,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.40 +pyams_default_theme = 0.1.40.1 diff -r 9d003159622b -r f39586021927 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed May 22 17:24:00 2019 +0200 +++ b/docs/HISTORY.txt Fri May 24 09:03:56 2019 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.40.1 +-------- + - updated default keypoints paragraph renderer + 0.1.40 ------ - added conditions on iterators contents using new TALES "boolean_iter()" expression diff -r 9d003159622b -r f39586021927 setup.py --- a/setup.py Wed May 22 17:24:00 2019 +0200 +++ b/setup.py Fri May 24 09:03:56 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.40' +version = '0.1.40.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 9d003159622b -r f39586021927 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Wed May 22 17:24:00 2019 +0200 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Fri May 24 09:03:56 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.40 +Version: 0.1.40.1 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,10 @@ History ======= + 0.1.40.1 + -------- + - updated default keypoints paragraph renderer + 0.1.40 ------ - added conditions on iterators contents using new TALES "boolean_iter()" expression