# HG changeset patch # User Thierry Florac # Date 1571410704 -7200 # Node ID 4b968b6a8c0e0f8b07536f2771356d222e241506 # Parent d54fcd3248e6d56c271e751a30a41314e8906e0e Version 0.1.56.1 diff -r d54fcd3248e6 -r 4b968b6a8c0e buildout.cfg --- a/buildout.cfg Fri Oct 18 16:51:42 2019 +0200 +++ b/buildout.cfg Fri Oct 18 16:58:24 2019 +0200 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.56 +pyams_content = 0.1.56.1 diff -r d54fcd3248e6 -r 4b968b6a8c0e docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Oct 18 16:51:42 2019 +0200 +++ b/docs/HISTORY.txt Fri Oct 18 16:58:24 2019 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.56.1 +-------- + - updated CSS resources + 0.1.56 ------ - added SVG image-map portlet diff -r d54fcd3248e6 -r 4b968b6a8c0e setup.py --- a/setup.py Fri Oct 18 16:51:42 2019 +0200 +++ b/setup.py Fri Oct 18 16:58:24 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.56' +version = '0.1.56.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r d54fcd3248e6 -r 4b968b6a8c0e src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri Oct 18 16:51:42 2019 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Fri Oct 18 16:58:24 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.56 +Version: 0.1.56.1 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.56.1 + -------- + - updated CSS resources + 0.1.56 ------ - added SVG image-map portlet