# HG changeset patch # User Thierry Florac # Date 1507882944 -7200 # Node ID 8f3ce51a13b89c98be6f3e17ab16ac60104ced8e # Parent 76977fecfcbf00be4779a13e6c100260cbd13307 Version 0.1.5 diff -r 76977fecfcbf -r 8f3ce51a13b8 buildout.cfg --- a/buildout.cfg Thu Oct 12 22:18:45 2017 +0200 +++ b/buildout.cfg Fri Oct 13 10:22:24 2017 +0200 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.4 +pyams_content_es = 0.1.5 diff -r 76977fecfcbf -r 8f3ce51a13b8 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Oct 12 22:18:45 2017 +0200 +++ b/docs/HISTORY.txt Fri Oct 13 10:22:24 2017 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.5 +----- + - updated paragraphs index adapters + 0.1.4 ----- - added index data for new paragraph types diff -r 76977fecfcbf -r 8f3ce51a13b8 setup.py --- a/setup.py Thu Oct 12 22:18:45 2017 +0200 +++ b/setup.py Fri Oct 13 10:22:24 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.4' +version = '0.1.5' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 76977fecfcbf -r 8f3ce51a13b8 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Thu Oct 12 22:18:45 2017 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Fri Oct 13 10:22:24 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.4 +Version: 0.1.5 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.5 + ----- + - updated paragraphs index adapters + 0.1.4 ----- - added index data for new paragraph types