Version 0.1.18.1 0.1.18.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 19 Sep 2018 10:57:47 +0200
changeset 957 27c643fea2b4
parent 956 a8723fffbaf6
child 958 471b10c170eb
Version 0.1.18.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Sep 19 10:54:08 2018 +0200
+++ b/buildout.cfg	Wed Sep 19 10:57:47 2018 +0200
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.18
+pyams_content = 0.1.18.1
--- a/docs/HISTORY.txt	Wed Sep 19 10:54:08 2018 +0200
+++ b/docs/HISTORY.txt	Wed Sep 19 10:57:47 2018 +0200
@@ -1,6 +1,15 @@
 History
 =======
 
+0.1.18.1
+--------
+ - remove broken objects from catalog when reindexing
+
+0.1.18
+------
+ - better PEP 8 conformance
+ - many many ZMI updates
+
 0.1.17
 ------
  - clear catalog and reindex all objects in "pyams_index" script
--- a/setup.py	Wed Sep 19 10:54:08 2018 +0200
+++ b/setup.py	Wed Sep 19 10:57:47 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.18'
+version = '0.1.18.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Wed Sep 19 10:54:08 2018 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO	Wed Sep 19 10:57:47 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-content
-Version: 0.1.18
+Version: 0.1.18.1
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -73,6 +73,15 @@
         History
         =======
         
+        0.1.18.1
+        --------
+         - remove broken objects from catalog when reindexing
+        
+        0.1.18
+        ------
+         - better PEP 8 conformance
+         - many many ZMI updates
+        
         0.1.17
         ------
          - clear catalog and reindex all objects in "pyams_index" script