# HG changeset patch # User Thierry Florac # Date 1527081684 -7200 # Node ID 1acfa99756ad0079ff7b53b7452c38e62ad907f4 # Parent e1f838a861f122b432852b78f101045719ccd71a Init version 0.1.2 diff -r e1f838a861f1 -r 1acfa99756ad buildout.cfg --- a/buildout.cfg Sat Jan 27 00:40:59 2018 +0100 +++ b/buildout.cfg Wed May 23 15:21:24 2018 +0200 @@ -61,4 +61,4 @@ eggs = pyams_template [test] [versions] -pyams_template = 0.1.1 +pyams_template = 0.1.2 diff -r e1f838a861f1 -r 1acfa99756ad setup.py --- a/setup.py Sat Jan 27 00:40:59 2018 +0100 +++ b/setup.py Wed May 23 15:21:24 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []