# HG changeset patch # User Thierry Florac # Date 1528726469 -7200 # Node ID a213457e7a7c2ff8e56e8f2abf5b0374677712c8 # Parent 7ef9d814b2d28fc0de7614b35e7d497f2ce438f6 Version 0.1.11 diff -r 7ef9d814b2d2 -r a213457e7a7c docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Jun 11 14:57:59 2018 +0200 +++ b/docs/HISTORY.txt Mon Jun 11 16:14:29 2018 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.11 +------ + - updated ES themes index values + 0.1.10 ------ - renamed factories to use snake_case on functions diff -r 7ef9d814b2d2 -r a213457e7a7c src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Mon Jun 11 14:57:59 2018 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Mon Jun 11 16:14:29 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.10 +Version: 0.1.11 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.11 + ------ + - updated ES themes index values + 0.1.10 ------ - renamed factories to use snake_case on functions diff -r 7ef9d814b2d2 -r a213457e7a7c src/pyams_content_es.egg-info/SOURCES.txt --- a/src/pyams_content_es.egg-info/SOURCES.txt Mon Jun 11 14:57:59 2018 +0200 +++ b/src/pyams_content_es.egg-info/SOURCES.txt Mon Jun 11 16:14:29 2018 +0200 @@ -26,6 +26,7 @@ src/pyams_content_es/component/extfile.py src/pyams_content_es/component/gallery.py src/pyams_content_es/component/paragraph.py +src/pyams_content_es/component/reference.py src/pyams_content_es/component/theme.py src/pyams_content_es/component/view.py src/pyams_content_es/component/workflow.py