Version 0.1.31 0.1.31
authorThierry Florac <tflorac@ulthar.net>
Tue, 12 Jan 2021 13:38:53 +0100
changeset 176 75df6b9c434f
parent 175 17aaf1ec3390
child 177 6d6b3d90e1a7
Version 0.1.31
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Jan 11 17:03:44 2021 +0100
+++ b/buildout.cfg	Tue Jan 12 13:38:53 2021 +0100
@@ -77,4 +77,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.30
+pyams_content_es = 0.1.31
--- a/docs/HISTORY.txt	Mon Jan 11 17:03:44 2021 +0100
+++ b/docs/HISTORY.txt	Tue Jan 12 13:38:53 2021 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.31
+------
+ - added Elasticsearch aggregations support to views
+ - added themes query support
+
 0.1.30
 ------
  - updated Elasticsearch timeout in indexer checker form
--- a/setup.py	Mon Jan 11 17:03:44 2021 +0100
+++ b/setup.py	Tue Jan 12 13:38:53 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.30'
+version = '0.1.31'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Mon Jan 11 17:03:44 2021 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Tue Jan 12 13:38:53 2021 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.30
+Version: 0.1.31
 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,11 @@
         History
         =======
         
+        0.1.31
+        ------
+         - added Elasticsearch aggregations support to views
+         - added themes query support
+        
         0.1.30
         ------
          - updated Elasticsearch timeout in indexer checker form