# HG changeset patch # User Thierry Florac # Date 1550233512 -3600 # Node ID 73d8de7b13599eff7fc2b23c1cda1375bffe4cfd # Parent 50e2d69f3ac7b4dab2ca0b8326da46d70ce4e091 Version 0.1.25.1 diff -r 50e2d69f3ac7 -r 73d8de7b1359 buildout.cfg --- 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 diff -r 50e2d69f3ac7 -r 73d8de7b1359 docs/HISTORY.txt --- 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 diff -r 50e2d69f3ac7 -r 73d8de7b1359 setup.py --- 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 = [] diff -r 50e2d69f3ac7 -r 73d8de7b1359 src/pyams_content_es.egg-info/PKG-INFO --- 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