# HG changeset patch # User Thierry Florac # Date 1461251680 -7200 # Node ID c191cc6756f51581cb4ab172f6ee0fc3bca5a7e4 # Parent c7f27ae4230df1706dbb236bac52e5d995e69c35 Version 0.1.3 diff -r c7f27ae4230d -r c191cc6756f5 buildout.cfg --- a/buildout.cfg Mon Apr 11 17:37:52 2016 +0200 +++ b/buildout.cfg Thu Apr 21 17:14:40 2016 +0200 @@ -82,4 +82,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.2 +pyams_utils = 0.1.3 diff -r c7f27ae4230d -r c191cc6756f5 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Apr 11 17:37:52 2016 +0200 +++ b/docs/HISTORY.txt Thu Apr 21 17:14:40 2016 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.1.3 +----- + - corrected XML-RPC client for Python 3 + - added container's "find_objects_*" functions based on ISubLocations interface + 0.1.2 ----- - imports cleanup diff -r c7f27ae4230d -r c191cc6756f5 setup.py --- a/setup.py Mon Apr 11 17:37:52 2016 +0200 +++ b/setup.py Thu Apr 21 17:14:40 2016 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r c7f27ae4230d -r c191cc6756f5 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Apr 11 17:37:52 2016 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Thu Apr 21 17:14:40 2016 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.2 +Version: 0.1.3 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,11 @@ Changelog ========= + 0.1.3 + ----- + - corrected XML-RPC client for Python 3 + - added container's "find_objects_*" functions based on ISubLocations interface + 0.1.2 ----- - imports cleanup