Updated translations
authorThierry Florac <tflorac@ulthar.net>
Sun, 11 Mar 2018 11:20:23 +0100
changeset 40 51728590c054
parent 39 616e402eb49f
child 41 7b2902f6f849
Updated translations
docs/HISTORY.txt
setup.py
src/pyams_alchemy.egg-info/PKG-INFO
src/pyams_alchemy.egg-info/requires.txt
--- a/docs/HISTORY.txt	Sun Mar 11 10:46:58 2018 +0100
+++ b/docs/HISTORY.txt	Sun Mar 11 11:20:23 2018 +0100
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.5
+-----
+ - upgrade zope.sqlalchemy package to release 1.0.0
+ - updated global registry access
+ - refactored for last ZMI package
+ - added logging
+
 0.1.4
 -----
  - use DocFieldProperty to generate Sphinx documentation
--- a/setup.py	Sun Mar 11 10:46:58 2018 +0100
+++ b/setup.py	Sun Mar 11 11:20:23 2018 +0100
@@ -65,7 +65,7 @@
           'zope.interface',
           'zope.lifecycleevent',
           'zope.schema',
-          'zope.sqlalchemy',
+          'zope.sqlalchemy >= 1.0.0',
       ],
       entry_points="""
       # -*- Entry points: -*-
--- a/src/pyams_alchemy.egg-info/PKG-INFO	Sun Mar 11 10:46:58 2018 +0100
+++ b/src/pyams_alchemy.egg-info/PKG-INFO	Sun Mar 11 11:20:23 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-alchemy
-Version: 0.1.4
+Version: 0.1.5
 Summary: PyAMS interfaces and classes for SQLAlchemy integration
 Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
 Author: Thierry Florac
@@ -12,6 +12,12 @@
         History
         =======
         
+        0.1.5
+        -----
+         - upgrade zope.sqlalchemy package to release 1.0.0
+         - updated global registry access
+         - added logging
+        
         0.1.4
         -----
          - use DocFieldProperty to generate Sphinx documentation
--- a/src/pyams_alchemy.egg-info/requires.txt	Sun Mar 11 10:46:58 2018 +0100
+++ b/src/pyams_alchemy.egg-info/requires.txt	Sun Mar 11 11:20:23 2018 +0100
@@ -8,6 +8,6 @@
 zope.interface
 zope.lifecycleevent
 zope.schema
-zope.sqlalchemy
+zope.sqlalchemy>=1.0.0
 
 [test]