# HG changeset patch # User Thierry Florac # Date 1547370818 -3600 # Node ID 56a8bd713f5948b17726f0944ec5af83c79d73a5 # Parent 23e479c7ae90d79eec13e635ff34abbeb42ff174 Version 0.1.38 diff -r 23e479c7ae90 -r 56a8bd713f59 buildout.cfg --- a/buildout.cfg Sat Jan 12 18:34:49 2019 +0100 +++ b/buildout.cfg Sun Jan 13 10:13:38 2019 +0100 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.37 +pyams_content = 0.1.38 diff -r 23e479c7ae90 -r 56a8bd713f59 docs/HISTORY.txt --- a/docs/HISTORY.txt Sat Jan 12 18:34:49 2019 +0100 +++ b/docs/HISTORY.txt Sun Jan 13 10:13:38 2019 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.38 +------ + - added IAttributeAnnotatable marker interface to thesaurus term "HTML" extension interface + 0.1.37 ------ - updated workflow to add visible states diff -r 23e479c7ae90 -r 56a8bd713f59 setup.py --- a/setup.py Sat Jan 12 18:34:49 2019 +0100 +++ b/setup.py Sun Jan 13 10:13:38 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.37' +version = '0.1.38' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 23e479c7ae90 -r 56a8bd713f59 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Sat Jan 12 18:34:49 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Sun Jan 13 10:13:38 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.37 +Version: 0.1.38 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,10 @@ History ======= + 0.1.38 + ------ + - added IAttributeAnnotatable marker interface to thesaurus term "HTML" extension interface + 0.1.37 ------ - updated workflow to add visible states