# HG changeset patch # User Thierry Florac # Date 1505135496 -7200 # Node ID ec814fadbd27601da983dac92b35d69a35c1c3bb # Parent ea4bfc8f6278229cd16081e8bccc89c8eb5255df Version 0.1.3 diff -r ea4bfc8f6278 -r ec814fadbd27 buildout.cfg --- a/buildout.cfg Mon Sep 11 14:55:53 2017 +0200 +++ b/buildout.cfg Mon Sep 11 15:11:36 2017 +0200 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.2 +pyams_content_es = 0.1.3 diff -r ea4bfc8f6278 -r ec814fadbd27 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Sep 11 14:55:53 2017 +0200 +++ b/docs/HISTORY.txt Mon Sep 11 15:11:36 2017 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.3 +----- + - use associations to handle links and external files + 0.1.2 ----- - added View content adapter to build queries based on Elasticsearch index diff -r ea4bfc8f6278 -r ec814fadbd27 setup.py --- a/setup.py Mon Sep 11 14:55:53 2017 +0200 +++ b/setup.py Mon Sep 11 15:11:36 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r ea4bfc8f6278 -r ec814fadbd27 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Mon Sep 11 14:55:53 2017 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Mon Sep 11 15:11:36 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.2 +Version: 0.1.3 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.3 + ----- + - use associations to handle links and external files + 0.1.2 ----- - added View content adapter to build queries based on Elasticsearch index