Version 0.1.25.1 0.1.25.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 15 Feb 2019 13:25:12 +0100
changeset 147 73d8de7b1359
parent 146 50e2d69f3ac7
child 148 9bfcd6fb0e65
Version 0.1.25.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Feb 15 12:57:33 2019 +0100
+++ b/buildout.cfg	Fri Feb 15 13:25:12 2019 +0100
@@ -76,4 +76,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.25
+pyams_content_es = 0.1.25.1
--- a/docs/HISTORY.txt	Fri Feb 15 12:57:33 2019 +0100
+++ b/docs/HISTORY.txt	Fri Feb 15 13:25:12 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.25.1
+--------
+ - reject "ignored" shared content types from views and search folders
+
 0.1.25
 ------
  - updated mappings and index info to get workflow visible publication date
--- a/setup.py	Fri Feb 15 12:57:33 2019 +0100
+++ b/setup.py	Fri Feb 15 13:25:12 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.25'
+version = '0.1.25.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Fri Feb 15 12:57:33 2019 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Fri Feb 15 13:25:12 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.25
+Version: 0.1.25.1
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
@@ -95,6 +95,10 @@
         History
         =======
         
+        0.1.25.1
+        --------
+         - reject "ignored" shared content types from views and search folders
+        
         0.1.25
         ------
          - updated mappings and index info to get workflow visible publication date