# HG changeset patch # User Thierry Florac # Date 1521727335 -3600 # Node ID 65e7ee10fc207046c0a6432ee439ec4695fbbe30 # Parent 450c0327037ee8feda9e1bdded051a5ac4efb064 Version 0.1.6 diff -r 450c0327037e -r 65e7ee10fc20 buildout.cfg --- a/buildout.cfg Thu Mar 22 14:53:53 2018 +0100 +++ b/buildout.cfg Thu Mar 22 15:02:15 2018 +0100 @@ -71,4 +71,4 @@ eggs = pyams_alchemy [test] [versions] -pyams_alchemy = 0.1.5 +pyams_alchemy = 0.1.6 diff -r 450c0327037e -r 65e7ee10fc20 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Mar 22 14:53:53 2018 +0100 +++ b/docs/HISTORY.txt Thu Mar 22 15:02:15 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.6 +----- + - added check of registry settings in dynamic schema mixin class + 0.1.5 ----- - upgrade zope.sqlalchemy package to release 1.0.0 diff -r 450c0327037e -r 65e7ee10fc20 setup.py --- a/setup.py Thu Mar 22 14:53:53 2018 +0100 +++ b/setup.py Thu Mar 22 15:02:15 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.5' +version = '0.1.6' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 450c0327037e -r 65e7ee10fc20 src/pyams_alchemy.egg-info/PKG-INFO --- a/src/pyams_alchemy.egg-info/PKG-INFO Thu Mar 22 14:53:53 2018 +0100 +++ b/src/pyams_alchemy.egg-info/PKG-INFO Thu Mar 22 15:02:15 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-alchemy -Version: 0.1.5 +Version: 0.1.6 Summary: PyAMS interfaces and classes for SQLAlchemy integration Home-page: http://hg.ztfy.org/pyams/pyams_alchemy Author: Thierry Florac @@ -12,6 +12,10 @@ History ======= + 0.1.6 + ----- + - added check of registry settings in dynamic schema mixin class + 0.1.5 ----- - upgrade zope.sqlalchemy package to release 1.0.0