# HG changeset patch # User Thierry Florac # Date 1529420809 -7200 # Node ID ee6515f0d9ae833a5d985c48d9d412525c4de611 # Parent e5362fa4f57a53df8d79f3c3e02774c9d8e18d56 init version 0.1.16 diff -r e5362fa4f57a -r ee6515f0d9ae buildout.cfg --- a/buildout.cfg Mon Jun 11 16:00:45 2018 +0200 +++ b/buildout.cfg Tue Jun 19 17:06:49 2018 +0200 @@ -69,4 +69,4 @@ eggs = pyams_file [test] [versions] -pyams_file = 0.1.15 +pyams_file = 0.1.16 diff -r e5362fa4f57a -r ee6515f0d9ae setup.py --- a/setup.py Mon Jun 11 16:00:45 2018 +0200 +++ b/setup.py Tue Jun 19 17:06:49 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.15' +version = '0.1.16' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []