Version 0.1.15 0.1.15
authorThierry Florac <tflorac@ulthar.net>
Fri, 18 Jan 2019 15:40:51 +0100
changeset 88 9c464b9a33c7
parent 87 ff5591442ac3
child 89 9ea651001f31
Version 0.1.15
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_sequence.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Jan 17 10:03:22 2019 +0100
+++ b/buildout.cfg	Fri Jan 18 15:40:51 2019 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.14
+pyams_sequence = 0.1.15
--- a/docs/HISTORY.txt	Thu Jan 17 10:03:22 2019 +0100
+++ b/docs/HISTORY.txt	Fri Jan 18 15:40:51 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.15
+------
+ - use object factory in annotation adapter
+
 0.1.14
 ------
  - use new workflow "visible_states" attribute to get access to content's visible version
--- a/setup.py	Thu Jan 17 10:03:22 2019 +0100
+++ b/setup.py	Fri Jan 18 15:40:51 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_sequence.egg-info/PKG-INFO	Thu Jan 17 10:03:22 2019 +0100
+++ b/src/pyams_sequence.egg-info/PKG-INFO	Fri Jan 18 15:40:51 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-sequence
-Version: 0.1.14
+Version: 0.1.15
 Summary: PyAMS sequence interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_sequence
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.15
+        ------
+         - use object factory in annotation adapter
+        
         0.1.14
         ------
          - use new workflow "visible_states" attribute to get access to content's visible version