Version 0.1.14.1 0.1.14.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 19 Sep 2018 10:58:28 +0200
changeset 87 0d3831a94a08
parent 86 e91c03da4e28
child 88 510571653a56
Version 0.1.14.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Sep 19 10:49:04 2018 +0200
+++ b/buildout.cfg	Wed Sep 19 10:58:28 2018 +0200
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.14
+pyams_content_es = 0.1.14.1
--- a/docs/HISTORY.txt	Wed Sep 19 10:49:04 2018 +0200
+++ b/docs/HISTORY.txt	Wed Sep 19 10:58:28 2018 +0200
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.14.1
+--------
+ - updated paragraphs indexers to handle null attributes
+ - updated view query sort arguments to handle unmapped attributes
+
 0.1.14
 ------
  - updated documents mappings
--- a/setup.py	Wed Sep 19 10:49:04 2018 +0200
+++ b/setup.py	Wed Sep 19 10:58:28 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.14.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Wed Sep 19 10:49:04 2018 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Wed Sep 19 10:58:28 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-content-es
-Version: 0.1.14
+Version: 0.1.14.1
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
@@ -24,6 +24,11 @@
         History
         =======
         
+        0.1.14.1
+        --------
+         - updated paragraphs indexers to handle null attributes
+         - updated view query sort arguments to handle unmapped attributes
+        
         0.1.14
         ------
          - updated documents mappings