Version 0.1.18.2 0.1.18.2
authorThierry Florac <tflorac@ulthar.net>
Wed, 19 Sep 2018 11:17:07 +0200
changeset 960 a9bcf47e9754
parent 959 0d42d6bc3fb9
child 961 34845a0aa1ee
Version 0.1.18.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- 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