Version 0.1.14 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Tue, 18 Sep 2018 16:29:49 +0200
changeset 82 d5be3c4ef997
parent 81 6c2715230d09
child 83 090b77e9f7c4
Version 0.1.14
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
src/pyams_content_es.egg-info/SOURCES.txt
--- a/buildout.cfg	Mon Sep 17 16:25:40 2018 +0200
+++ b/buildout.cfg	Tue Sep 18 16:29:49 2018 +0200
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.13
+pyams_content_es = 0.1.14
--- a/docs/HISTORY.txt	Mon Sep 17 16:25:40 2018 +0200
+++ b/docs/HISTORY.txt	Tue Sep 18 16:29:49 2018 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.14
+------
+ - updated documents mappings
+
 0.1.13
 ------
  - added tags and collections support
--- a/setup.py	Mon Sep 17 16:25:40 2018 +0200
+++ b/setup.py	Tue Sep 18 16:29:49 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Mon Sep 17 16:25:40 2018 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Tue Sep 18 16:29:49 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-content-es
-Version: 0.1.13
+Version: 0.1.14
 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,10 @@
         History
         =======
         
+        0.1.14
+        ------
+         - updated documents mappings
+        
         0.1.13
         ------
          - added tags and collections support
--- a/src/pyams_content_es.egg-info/SOURCES.txt	Mon Sep 17 16:25:40 2018 +0200
+++ b/src/pyams_content_es.egg-info/SOURCES.txt	Tue Sep 18 16:29:49 2018 +0200
@@ -4,10 +4,6 @@
 docs/README.txt
 docs/mappings/attachment-pipeline.json
 docs/mappings/index-settings.json
-docs/mappings/mappings/WfBlogPost.json
-docs/mappings/mappings/WfNewsEvent.json
-docs/mappings/mappings/WfReport.json
-docs/mappings/mappings/WfTopic.json
 src/pyams_content_es/__init__.py
 src/pyams_content_es/document.py
 src/pyams_content_es/include.py