# HG changeset patch # User Thierry Florac # Date 1547822451 -3600 # Node ID 9c464b9a33c774c36c910d5e5c675bca6a2d4686 # Parent ff5591442ac380f2e13360c926d07b3b00a8f0b9 Version 0.1.15 diff -r ff5591442ac3 -r 9c464b9a33c7 buildout.cfg --- 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 diff -r ff5591442ac3 -r 9c464b9a33c7 docs/HISTORY.txt --- 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 diff -r ff5591442ac3 -r 9c464b9a33c7 setup.py --- 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 = [] diff -r ff5591442ac3 -r 9c464b9a33c7 src/pyams_sequence.egg-info/PKG-INFO --- 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