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