--- a/buildout.cfg Wed Jan 27 15:49:44 2021 +0100
+++ b/buildout.cfg Wed Jan 27 16:15:26 2021 +0100
@@ -77,4 +77,4 @@
eggs = pyams_content_es [test]
[versions]
-pyams_content_es = 0.1.31
+pyams_content_es = 0.1.32
--- a/docs/HISTORY.txt Wed Jan 27 15:49:44 2021 +0100
+++ b/docs/HISTORY.txt Wed Jan 27 16:15:26 2021 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.32
+------
+ - added support for advanced search on themes in site root
+
0.1.31
------
- added Elasticsearch aggregations support to views
--- a/setup.py Wed Jan 27 15:49:44 2021 +0100
+++ b/setup.py Wed Jan 27 16:15:26 2021 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.31'
+version = '0.1.32'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO Wed Jan 27 15:49:44 2021 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO Wed Jan 27 16:15:26 2021 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content-es
-Version: 0.1.31
+Version: 0.1.32
Summary: PyAMS content interfaces and classes for ElasticSearch indexation
Home-page: http://hg.ztfy.org/pyams/pyams_content_es
Author: Thierry Florac
@@ -95,6 +95,10 @@
History
=======
+ 0.1.32
+ ------
+ - added support for advanced search on themes in site root
+
0.1.31
------
- added Elasticsearch aggregations support to views