Version 0.1.24 0.1.24
authorThierry Florac <tflorac@ulthar.net>
Fri, 11 Jan 2019 13:54:40 +0100
changeset 141 9f7ad3fcb3b9
parent 140 4e5b4d015a06
child 142 125f79fc86d2
Version 0.1.24
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	Thu Jan 10 17:43:13 2019 +0100
+++ b/buildout.cfg	Fri Jan 11 13:54:40 2019 +0100
@@ -76,4 +76,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.23
+pyams_content_es = 0.1.24
--- a/docs/HISTORY.txt	Thu Jan 10 17:43:13 2019 +0100
+++ b/docs/HISTORY.txt	Fri Jan 11 13:54:40 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.24
+------
+ - use workflow "visible" states instead of "published" states
+
 0.1.23
 ------
  - updated resources index info
--- a/setup.py	Thu Jan 10 17:43:13 2019 +0100
+++ b/setup.py	Fri Jan 11 13:54:40 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.23'
+version = '0.1.24'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Thu Jan 10 17:43:13 2019 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Fri Jan 11 13:54:40 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.23
+Version: 0.1.24
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
@@ -231,6 +231,10 @@
         History
         =======
         
+        0.1.24
+        ------
+         - use workflow "visible" states instead of "published" states
+        
         0.1.23
         ------
          - updated resources index info
--- a/src/pyams_content_es.egg-info/SOURCES.txt	Thu Jan 10 17:43:13 2019 +0100
+++ b/src/pyams_content_es.egg-info/SOURCES.txt	Fri Jan 11 13:54:40 2019 +0100
@@ -37,6 +37,7 @@
 src/pyams_content_es/shared/resource.py
 src/pyams_content_es/shared/view/__init__.py
 src/pyams_content_es/shared/view/reference.py
+src/pyams_content_es/shared/view/theme.py
 src/pyams_content_es/tests/__init__.py
 src/pyams_content_es/tests/test_utilsdocs.py
 src/pyams_content_es/tests/test_utilsdocstrings.py