Version 0.1.6 0.1.6
authorThierry Florac <thierry.florac@onf.fr>
Thu, 22 Mar 2018 15:02:15 +0100
changeset 44 65e7ee10fc20
parent 43 450c0327037e
child 45 dd396a91bb94
Version 0.1.6
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_alchemy.egg-info/PKG-INFO
--- 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