# HG changeset patch # User Thierry Florac # Date 1537348751 -7200 # Node ID e1e8ceac4976c402d2b40629914f003c1d8fd068 # Parent be7c832763cd13883250b22f4b1839646143fbc7 Version 0.1.14.2 diff -r be7c832763cd -r e1e8ceac4976 buildout.cfg --- a/buildout.cfg Wed Sep 19 11:11:30 2018 +0200 +++ b/buildout.cfg Wed Sep 19 11:19:11 2018 +0200 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.14.1 +pyams_content_es = 0.1.14.2 diff -r be7c832763cd -r e1e8ceac4976 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Sep 19 11:11:30 2018 +0200 +++ b/docs/HISTORY.txt Wed Sep 19 11:19:11 2018 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.14.2 +-------- + - use container method to iterate over visible paragraphs + 0.1.14.1 -------- - updated paragraphs indexers to handle null attributes diff -r be7c832763cd -r e1e8ceac4976 setup.py --- a/setup.py Wed Sep 19 11:11:30 2018 +0200 +++ b/setup.py Wed Sep 19 11:19:11 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.14.1' +version = '0.1.14.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r be7c832763cd -r e1e8ceac4976 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Wed Sep 19 11:11:30 2018 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Wed Sep 19 11:19:11 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.14.1 +Version: 0.1.14.2 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -24,6 +24,10 @@ History ======= + 0.1.14.2 + -------- + - use container method to iterate over visible paragraphs + 0.1.14.1 -------- - updated paragraphs indexers to handle null attributes