diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Fri Jan 26 15:34:40 2018 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Fri Jan 26 17:13:13 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.10 +Version: 0.1.11 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -48,6 +48,13 @@ Changelog ========= + 0.1.11 + ------ + - moved PyAMS documentation to "PyAMS User Guide" package + - added "inherit" interface and module to handle inheritance between located components easier + - added exception handling when trying to get or set request annotations + - added property annotation to define volatile attributes on persistent classes + 0.1.10 ------ - added ZODB connection class and vocabulary based on Pyramid's settings