# HG changeset patch # User Thierry Florac # Date 1537868187 -7200 # Node ID 50e797fc769222d9fd10a8a97414c2ad1252850e # Parent 3d68a46a7cdeec41526f3dce5589d044d3deb3f0 Version 0.1.15 diff -r 3d68a46a7cde -r 50e797fc7692 buildout.cfg --- a/buildout.cfg Mon Sep 24 18:09:51 2018 +0200 +++ b/buildout.cfg Tue Sep 25 11:36:27 2018 +0200 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.14.2 +pyams_content_es = 0.1.15 diff -r 3d68a46a7cde -r 50e797fc7692 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Sep 24 18:09:51 2018 +0200 +++ b/docs/HISTORY.txt Tue Sep 25 11:36:27 2018 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.15 +------ + - updated gallery paragraph info + 0.1.14.2 -------- - use container method to iterate over visible paragraphs diff -r 3d68a46a7cde -r 50e797fc7692 setup.py --- a/setup.py Mon Sep 24 18:09:51 2018 +0200 +++ b/setup.py Tue Sep 25 11:36:27 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.14.2' +version = '0.1.15' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 3d68a46a7cde -r 50e797fc7692 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Mon Sep 24 18:09:51 2018 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Tue Sep 25 11:36:27 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.14.2 +Version: 0.1.15 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -24,6 +24,10 @@ History ======= + 0.1.15 + ------ + - updated gallery paragraph info + 0.1.14.2 -------- - use container method to iterate over visible paragraphs