# HG changeset patch # User Thierry Florac # Date 1540899072 -3600 # Node ID 5df53dbacc2e03f12d8bad9909d336b69f591adb # Parent e5dfdb14f9cb54c0101b02cec0c7fbbca142b7f3 Version 0.1.25 diff -r e5dfdb14f9cb -r 5df53dbacc2e buildout.cfg --- a/buildout.cfg Tue Oct 30 12:23:41 2018 +0100 +++ b/buildout.cfg Tue Oct 30 12:31:12 2018 +0100 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.24 +pyams_content = 0.1.25 diff -r e5dfdb14f9cb -r 5df53dbacc2e docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Oct 30 12:23:41 2018 +0100 +++ b/docs/HISTORY.txt Tue Oct 30 12:31:12 2018 +0100 @@ -1,6 +1,13 @@ History ======= +0.1.25 +------ + - added pictograms manager to handle empty pictograms list + - keep order when updating container's object URL's + - updated permission to access properties view + - corrected OpenGraph locale tags + 0.1.24 ------ - updated public title of attachments diff -r e5dfdb14f9cb -r 5df53dbacc2e setup.py --- a/setup.py Tue Oct 30 12:23:41 2018 +0100 +++ b/setup.py Tue Oct 30 12:31:12 2018 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.24' +version = '0.1.25' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r e5dfdb14f9cb -r 5df53dbacc2e src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Tue Oct 30 12:23:41 2018 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Tue Oct 30 12:31:12 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.24 +Version: 0.1.25 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,13 @@ History ======= + 0.1.25 + ------ + - added pictograms manager to handle empty pictograms list + - keep order when updating container's object URL's + - updated permission to access properties view + - corrected OpenGraph locale tags + 0.1.24 ------ - updated public title of attachments