Version 0.1.28 0.1.28
authorThierry Florac <tflorac@ulthar.net>
Mon, 29 Jun 2020 22:37:24 +0200
changeset 160 7ed5f188e9df
parent 159 bc34f44a9711
child 161 7bdb2774db70
Version 0.1.28
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Jun 26 12:55:05 2020 +0200
+++ b/buildout.cfg	Mon Jun 29 22:37:24 2020 +0200
@@ -76,4 +76,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.27.1
+pyams_content_es = 0.1.28
--- a/docs/HISTORY.txt	Fri Jun 26 12:55:05 2020 +0200
+++ b/docs/HISTORY.txt	Mon Jun 29 22:37:24 2020 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.28
+------
+ - added search query adapter for collections
+
 0.1.27.1
 --------
  - updated default query timeout to 30 seconds
--- a/setup.py	Fri Jun 26 12:55:05 2020 +0200
+++ b/setup.py	Mon Jun 29 22:37:24 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.27.1'
+version = '0.1.28'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Fri Jun 26 12:55:05 2020 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Mon Jun 29 22:37:24 2020 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.27.1
+Version: 0.1.28
 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.28
+        ------
+         - added search query adapter for collections
+        
         0.1.27.1
         --------
          - updated default query timeout to 30 seconds