# HG changeset patch # User Thierry Florac # Date 1561540356 -7200 # Node ID 9376727e3d0a14182b236fdc91fe35f46c40071d # Parent 4c18d6292e4204df0356ae4765275854bc3fdf67 Version 0.1.10 diff -r 4c18d6292e42 -r 9376727e3d0a buildout.cfg --- a/buildout.cfg Fri Jun 21 12:27:02 2019 +0200 +++ b/buildout.cfg Wed Jun 26 11:12:36 2019 +0200 @@ -72,4 +72,4 @@ eggs = pyams_catalog [test] [versions] -pyams_catalog = 0.1.9 +pyams_catalog = 0.1.10 diff -r 4c18d6292e42 -r 9376727e3d0a docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Jun 21 12:27:02 2019 +0200 +++ b/docs/HISTORY.txt Wed Jun 26 11:12:36 2019 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.10 +------ + - increased PyAMS_catalog generations priority to create required utilities + before upgrading PyAMS_file + 0.1.9 ----- - updated CatalogResultSet class to add "len()" function support diff -r 4c18d6292e42 -r 9376727e3d0a setup.py --- a/setup.py Fri Jun 21 12:27:02 2019 +0200 +++ b/setup.py Wed Jun 26 11:12:36 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.9' +version = '0.1.10' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 4c18d6292e42 -r 9376727e3d0a src/pyams_catalog.egg-info/PKG-INFO --- a/src/pyams_catalog.egg-info/PKG-INFO Fri Jun 21 12:27:02 2019 +0200 +++ b/src/pyams_catalog.egg-info/PKG-INFO Wed Jun 26 11:12:36 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-catalog -Version: 0.1.9 +Version: 0.1.10 Summary: PyAMS catalog tools Home-page: http://hg.ztfy.org/pyams/pyams_catalog Author: Thierry Florac @@ -11,6 +11,11 @@ History ======= + 0.1.10 + ------ + - increased PyAMS_catalog generations priority to create required utilities + before upgrading PyAMS_file + 0.1.9 ----- - updated CatalogResultSet class to add "len()" function support