# HG changeset patch # User Thierry Florac # Date 1569491633 -7200 # Node ID c52885f3babd77179f680e7592a60f1cb4a08601 # Parent 5cb941e31c868d2fd949e02d98d67ab007166a67 Version 0.1.34 diff -r 5cb941e31c86 -r c52885f3babd buildout.cfg --- a/buildout.cfg Wed Sep 18 19:36:57 2019 +0200 +++ b/buildout.cfg Thu Sep 26 11:53:53 2019 +0200 @@ -89,4 +89,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.33 +pyams_utils = 0.1.34 diff -r 5cb941e31c86 -r c52885f3babd docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Sep 18 19:36:57 2019 +0200 +++ b/docs/HISTORY.txt Thu Sep 26 11:53:53 2019 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.1.34 +------ + - don't escape slashes when generating content's URL + - added schema field to display JSON mapping data + 0.1.33 ------ - added test in "relative_url" function to check if request is an instance of PyramidPublisherRequest diff -r 5cb941e31c86 -r c52885f3babd setup.py --- a/setup.py Wed Sep 18 19:36:57 2019 +0200 +++ b/setup.py Thu Sep 26 11:53:53 2019 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.33' +version = '0.1.34' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 5cb941e31c86 -r c52885f3babd src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Wed Sep 18 19:36:57 2019 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Thu Sep 26 11:53:53 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.33 +Version: 0.1.34 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,11 @@ Changelog ========= + 0.1.34 + ------ + - don't escape slashes when generating content's URL + - added schema field to display JSON mapping data + 0.1.33 ------ - added test in "relative_url" function to check if request is an instance of PyramidPublisherRequest