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