# HG changeset patch # User Thierry Florac # Date 1540898780 -3600 # Node ID 6baaa4ce8a6071f58d4bff8822bacc05e5c42e10 # Parent 06b84cd42bf317a4aff61c3ee7f9088ab9039e80 Version 0.1.22 diff -r 06b84cd42bf3 -r 6baaa4ce8a60 buildout.cfg --- a/buildout.cfg Mon Oct 29 16:50:51 2018 +0100 +++ b/buildout.cfg Tue Oct 30 12:26:20 2018 +0100 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.21 +pyams_utils = 0.1.22 diff -r 06b84cd42bf3 -r 6baaa4ce8a60 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Oct 29 16:50:51 2018 +0100 +++ b/docs/HISTORY.txt Tue Oct 30 12:26:20 2018 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.1.22 +------ + - updated Fanstatic's external resource declaration to handle resources types not based on URLs + 0.1.21 ------ - added "display_context" property to request diff -r 06b84cd42bf3 -r 6baaa4ce8a60 setup.py --- a/setup.py Mon Oct 29 16:50:51 2018 +0100 +++ b/setup.py Tue Oct 30 12:26:20 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.21' +version = '0.1.22' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 06b84cd42bf3 -r 6baaa4ce8a60 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Oct 29 16:50:51 2018 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Tue Oct 30 12:26:20 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.21 +Version: 0.1.22 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,10 @@ Changelog ========= + 0.1.22 + ------ + - updated Fanstatic's external resource declaration to handle resources types not based on URLs + 0.1.21 ------ - added "display_context" property to request