# HG changeset patch # User Thierry Florac # Date 1550835564 -3600 # Node ID 71606c1dff736bf6b226d29ab025ad663356b3bb # Parent 15b593eddfcb955240e8ff7d47abafe4d6587a0b Version 0.1.30.2 diff -r 15b593eddfcb -r 71606c1dff73 buildout.cfg --- a/buildout.cfg Fri Feb 22 12:31:28 2019 +0100 +++ b/buildout.cfg Fri Feb 22 12:39:24 2019 +0100 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.30.1 +pyams_utils = 0.1.30.2 diff -r 15b593eddfcb -r 71606c1dff73 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Feb 22 12:31:28 2019 +0100 +++ b/docs/HISTORY.txt Fri Feb 22 12:39:24 2019 +0100 @@ -1,6 +1,11 @@ Changelog ========= +0.1.30.2 +-------- + - added extra-characters to punctuation when translating string to generate URLs + - handle IndexError in NamespaceTraverser + 0.1.30.1 -------- - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes diff -r 15b593eddfcb -r 71606c1dff73 setup.py --- a/setup.py Fri Feb 22 12:31:28 2019 +0100 +++ b/setup.py Fri Feb 22 12:39:24 2019 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.30.1' +version = '0.1.30.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 15b593eddfcb -r 71606c1dff73 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Fri Feb 22 12:31:28 2019 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Fri Feb 22 12:39:24 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.30.1 +Version: 0.1.30.2 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,11 @@ Changelog ========= + 0.1.30.2 + -------- + - added extra-characters to punctuation when translating string to generate URLs + - handle IndexError in NamespaceTraverser + 0.1.30.1 -------- - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes