# HG changeset patch # User Thierry Florac # Date 1550162229 -3600 # Node ID d960e3f90a5e6f44623fed485e55a41abc4fdbe8 # Parent cc4c85877d13143b4bf014729ca75276375b73ba Version 0.1.30.1 diff -r cc4c85877d13 -r d960e3f90a5e buildout.cfg --- a/buildout.cfg Thu Feb 14 17:10:08 2019 +0100 +++ b/buildout.cfg Thu Feb 14 17:37:09 2019 +0100 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.30 +pyams_utils = 0.1.30.1 diff -r cc4c85877d13 -r d960e3f90a5e docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Feb 14 17:10:08 2019 +0100 +++ b/docs/HISTORY.txt Thu Feb 14 17:37:09 2019 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.1.30.1 +-------- + - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes + 0.1.30 ------ - updated "copy_request" function to keep track of request's "root" attribute diff -r cc4c85877d13 -r d960e3f90a5e setup.py --- a/setup.py Thu Feb 14 17:10:08 2019 +0100 +++ b/setup.py Thu Feb 14 17:37:09 2019 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.30' +version = '0.1.30.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r cc4c85877d13 -r d960e3f90a5e src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Thu Feb 14 17:10:08 2019 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Thu Feb 14 17:37:09 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.30 +Version: 0.1.30.1 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -47,6 +47,10 @@ Changelog ========= + 0.1.30.1 + -------- + - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes + 0.1.30 ------ - updated "copy_request" function to keep track of request's "root" attribute