# HG changeset patch # User Thierry Florac # Date 1540289252 -7200 # Node ID 8ef3fd11a05ba07f30d52b9b1bd34b8b872a0fbc # Parent 94a457eeaeaa7ef13fcedab00c8112b5bf394fd7 Version 0.1.21 diff -r 94a457eeaeaa -r 8ef3fd11a05b buildout.cfg --- a/buildout.cfg Fri Oct 19 17:18:42 2018 +0200 +++ b/buildout.cfg Tue Oct 23 12:07:32 2018 +0200 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.20 +pyams_utils = 0.1.21 diff -r 94a457eeaeaa -r 8ef3fd11a05b docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Oct 19 17:18:42 2018 +0200 +++ b/docs/HISTORY.txt Tue Oct 23 12:07:32 2018 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.1.21 +------ + - added "display_context" property to request + - updated 'timestamp' TALES extension to specify optional ISO output format + 0.1.20 ------ - added support for server's locale configuration diff -r 94a457eeaeaa -r 8ef3fd11a05b setup.py --- a/setup.py Fri Oct 19 17:18:42 2018 +0200 +++ b/setup.py Tue Oct 23 12:07:32 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.20' +version = '0.1.21' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 94a457eeaeaa -r 8ef3fd11a05b src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Fri Oct 19 17:18:42 2018 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Tue Oct 23 12:07:32 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.20 +Version: 0.1.21 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,11 @@ Changelog ========= + 0.1.21 + ------ + - added "display_context" property to request + - updated 'timestamp' TALES extension to specify optional ISO output format + 0.1.20 ------ - added support for server's locale configuration