--- 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
--- 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
--- 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 = []
--- 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