--- 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
--- 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
--- 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 = []
--- 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