# HG changeset patch # User Thierry Florac # Date 1537348627 -7200 # Node ID a9bcf47e975416f509bcd7b695b34313b8b28e8c # Parent 0d42d6bc3fb90ff68b2dcc758f60468cfeed2d13 Version 0.1.18.2 diff -r 0d42d6bc3fb9 -r a9bcf47e9754 buildout.cfg --- a/buildout.cfg Wed Sep 19 11:15:53 2018 +0200 +++ b/buildout.cfg Wed Sep 19 11:17:07 2018 +0200 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.18.1 +pyams_content = 0.1.18.2 diff -r 0d42d6bc3fb9 -r a9bcf47e9754 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Sep 19 11:15:53 2018 +0200 +++ b/docs/HISTORY.txt Wed Sep 19 11:17:07 2018 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.18.2 +-------- + - check for broken objects while iterating over visible paragraphs + 0.1.18.1 -------- - remove broken objects from catalog when reindexing diff -r 0d42d6bc3fb9 -r a9bcf47e9754 setup.py --- a/setup.py Wed Sep 19 11:15:53 2018 +0200 +++ b/setup.py Wed Sep 19 11:17:07 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.18.1' +version = '0.1.18.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 0d42d6bc3fb9 -r a9bcf47e9754 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Wed Sep 19 11:15:53 2018 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Sep 19 11:17:07 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content -Version: 0.1.18.1 +Version: 0.1.18.2 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -73,6 +73,10 @@ History ======= + 0.1.18.2 + -------- + - check for broken objects while iterating over visible paragraphs + 0.1.18.1 -------- - remove broken objects from catalog when reindexing