# HG changeset patch # User Thierry Florac # Date 1606305710 -3600 # Node ID c1c9032f8477f5aa5ab59a28e9453966ad67bf40 # Parent 668147e09022c871a1970f98f5aad5a2da4cd5db Version 0.1.39 diff -r 668147e09022 -r c1c9032f8477 buildout.cfg --- a/buildout.cfg Tue Nov 24 18:29:43 2020 +0100 +++ b/buildout.cfg Wed Nov 25 13:01:50 2020 +0100 @@ -65,4 +65,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.38 +pyams_utils = 0.1.34 diff -r 668147e09022 -r c1c9032f8477 docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Nov 24 18:29:43 2020 +0100 +++ b/docs/HISTORY.txt Wed Nov 25 13:01:50 2020 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.1.39 +------ + - updated "relative_url" TALES extension to add "display_context" argument + 0.1.38 ------ - added arguments to "find_objects_matching"/"find_objects_providing" functions, to be able to diff -r 668147e09022 -r c1c9032f8477 setup.py --- a/setup.py Tue Nov 24 18:29:43 2020 +0100 +++ b/setup.py Wed Nov 25 13:01:50 2020 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.38' +version = '0.1.39' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 668147e09022 -r c1c9032f8477 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Tue Nov 24 18:29:43 2020 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Wed Nov 25 13:01:50 2020 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.38 +Version: 0.1.39 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -51,6 +51,10 @@ Changelog ========= + 0.1.39 + ------ + - updated "relative_url" TALES extension to add "display_context" argument + 0.1.38 ------ - added arguments to "find_objects_matching"/"find_objects_providing" functions, to be able to