Version 0.1.27.1 0.1.27.1
authorThierry Florac <tflorac@ulthar.net>
Thu, 26 Sep 2019 11:57:39 +0200
changeset 157 da3be11a5f8c
parent 156 1b637fe76ab8
child 158 4ae24ec1db78
Version 0.1.27.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Sep 25 18:50:33 2019 +0200
+++ b/buildout.cfg	Thu Sep 26 11:57:39 2019 +0200
@@ -76,4 +76,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.27
+pyams_content_es = 0.1.27.1
--- a/docs/HISTORY.txt	Wed Sep 25 18:50:33 2019 +0200
+++ b/docs/HISTORY.txt	Thu Sep 26 11:57:39 2019 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.27.1
+--------
+ - updated default query timeout to 30 seconds
+
 0.1.27
 ------
  - added boost to title and header fields in fulltext Elasticsearch queries
--- a/setup.py	Wed Sep 25 18:50:33 2019 +0200
+++ b/setup.py	Thu Sep 26 11:57:39 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.27'
+version = '0.1.27.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Wed Sep 25 18:50:33 2019 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Thu Sep 26 11:57:39 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.27
+Version: 0.1.27.1
 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.27.1
+        --------
+         - updated default query timeout to 30 seconds
+        
         0.1.27
         ------
          - added boost to title and header fields in fulltext Elasticsearch queries