Version 0.1.9 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Jun 2018 16:10:11 +0200
changeset 45 b9b8257e9e84
parent 44 23424132a850
child 46 71c5e220d461
Version 0.1.9
docs/HISTORY.txt
src/pyams_sequence.egg-info/PKG-INFO
src/pyams_sequence.egg-info/requires.txt
--- a/docs/HISTORY.txt	Tue May 29 09:46:58 2018 +0200
+++ b/docs/HISTORY.txt	Mon Jun 11 16:10:11 2018 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.9
+-----
+ - updated annotations adapter
+
 0.1.8
 -----
  - renamed factories to use snake_case in functions
--- a/src/pyams_sequence.egg-info/PKG-INFO	Tue May 29 09:46:58 2018 +0200
+++ b/src/pyams_sequence.egg-info/PKG-INFO	Mon Jun 11 16:10:11 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-sequence
-Version: 0.1.8
+Version: 0.1.9
 Summary: PyAMS sequence interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_sequence
 Author: Thierry Florac
@@ -12,6 +12,10 @@
         History
         =======
         
+        0.1.9
+        -----
+         - updated annotations adapter
+        
         0.1.8
         -----
          - renamed factories to use snake_case in functions
--- a/src/pyams_sequence.egg-info/requires.txt	Tue May 29 09:46:58 2018 +0200
+++ b/src/pyams_sequence.egg-info/requires.txt	Mon Jun 11 16:10:11 2018 +0200
@@ -3,7 +3,7 @@
 pyams_catalog
 pyams_form
 pyams_pagelet
-pyams_utils
+pyams_utils>=0.1.15
 pyramid
 zope.component
 zope.interface