# HG changeset patch # User Thierry Florac # Date 1505813971 -7200 # Node ID 93339eaa318b2e53906b8a69025f08d18ebd92a6 # Parent 35cf2c00874c6051dac78e5d362f94bc6375e935 Version 0.1.4 diff -r 35cf2c00874c -r 93339eaa318b buildout.cfg --- a/buildout.cfg Tue Sep 12 16:38:57 2017 +0200 +++ b/buildout.cfg Tue Sep 19 11:39:31 2017 +0200 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.3 +pyams_content_es = 0.1.4 diff -r 35cf2c00874c -r 93339eaa318b docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Sep 12 16:38:57 2017 +0200 +++ b/docs/HISTORY.txt Tue Sep 19 11:39:31 2017 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.4 +----- + - added index data for new paragraph types + 0.1.3 ----- - use associations to handle links and external files diff -r 35cf2c00874c -r 93339eaa318b setup.py --- a/setup.py Tue Sep 12 16:38:57 2017 +0200 +++ b/setup.py Tue Sep 19 11:39:31 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.3' +version = '0.1.4' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 35cf2c00874c -r 93339eaa318b src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Tue Sep 12 16:38:57 2017 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Tue Sep 19 11:39:31 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.3 +Version: 0.1.4 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -22,6 +22,10 @@ History ======= + 0.1.4 + ----- + - added index data for new paragraph types + 0.1.3 ----- - use associations to handle links and external files