# HG changeset patch # User Thierry Florac # Date 1527503715 -7200 # Node ID 55b9eb802e0802c83db03d9245fcb1fba857ed53 # Parent 986ed5e2ea5122359ca1e7e3b132df0a6b11b85e Updated annotations adapter diff -r 986ed5e2ea51 -r 55b9eb802e08 buildout.cfg --- a/buildout.cfg Fri Apr 27 10:41:01 2018 +0200 +++ b/buildout.cfg Mon May 28 12:35:15 2018 +0200 @@ -87,4 +87,4 @@ eggs = pyams_thesaurus [test] [versions] -pyams_thesaurus = 0.1.8 +pyams_thesaurus = 0.1.9 diff -r 986ed5e2ea51 -r 55b9eb802e08 setup.py --- a/setup.py Fri Apr 27 10:41:01 2018 +0200 +++ b/setup.py Mon May 28 12:35:15 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.8' +version = '0.1.9' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []