diff -r 1f82b278bacc -r 651c3646cab3 src/pyams_catalog.egg-info/PKG-INFO --- a/src/pyams_catalog.egg-info/PKG-INFO Wed Jul 12 11:39:41 2017 +0200 +++ b/src/pyams_catalog.egg-info/PKG-INFO Wed Jul 12 14:23:51 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-catalog -Version: 0.1.3 +Version: 0.1.4 Summary: PyAMS catalog tools Home-page: http://hg.ztfy.org/pyams/pyams_catalog Author: Thierry Florac @@ -11,6 +11,15 @@ History ======= + 0.1.4 + ----- + - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object + - added "prepend" and "append" methods to CatalogResultSet class to be able to add a list of items to the beginning + or the end of the initial results list + - corrected "get_resolution" function with new doctests + - added custom IKeyValue adapter for catalog + - updated dependencies + 0.1.3 ----- - added view to display properties of catalog indexes