Version 0.1.5 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Fri, 13 Oct 2017 10:22:24 +0200
changeset 27 8f3ce51a13b8
parent 26 76977fecfcbf
child 28 0cd5e0c96b01
Version 0.1.5
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Oct 12 22:18:45 2017 +0200
+++ b/buildout.cfg	Fri Oct 13 10:22:24 2017 +0200
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.4
+pyams_content_es = 0.1.5
--- a/docs/HISTORY.txt	Thu Oct 12 22:18:45 2017 +0200
+++ b/docs/HISTORY.txt	Fri Oct 13 10:22:24 2017 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.5
+-----
+ - updated paragraphs index adapters
+
 0.1.4
 -----
  - added index data for new paragraph types
--- a/setup.py	Thu Oct 12 22:18:45 2017 +0200
+++ b/setup.py	Fri Oct 13 10:22:24 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Thu Oct 12 22:18:45 2017 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Fri Oct 13 10:22:24 2017 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-content-es
-Version: 0.1.4
+Version: 0.1.5
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
@@ -22,6 +22,10 @@
         History
         =======
         
+        0.1.5
+        -----
+         - updated paragraphs index adapters
+        
         0.1.4
         -----
          - added index data for new paragraph types