# HG changeset patch # User Thierry Florac # Date 1524818644 -7200 # Node ID 5f91ad025e46d3fb94977bddf4e51665d4a3163a # Parent a80821967d4f8bd3c7a6fe7738d13d685dfbe793 Version 0.1.10 diff -r a80821967d4f -r 5f91ad025e46 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Apr 11 12:16:45 2018 +0200 +++ b/docs/HISTORY.txt Fri Apr 27 10:44:04 2018 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.10 +------ + - renamed factories to use snake_case on functions + - added prefix to edit forms + 0.1.9 ----- - added 0MQ authentication and access control diff -r a80821967d4f -r 5f91ad025e46 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Wed Apr 11 12:16:45 2018 +0200 +++ b/src/pyams_content_es.egg-info/PKG-INFO Fri Apr 27 10:44:04 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.9 +Version: 0.1.10 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.10 + ------ + - renamed factories to use snake_case on functions + - added prefix to edit forms + 0.1.9 ----- - added 0MQ authentication and access control