--- 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
--- 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
--- 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 = [
--- 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