diff -r 2c4dc7ef5ccb -r 77c839e343af setup.py --- a/setup.py Wed Oct 17 16:09:48 2018 +0200 +++ b/setup.py Tue Oct 23 12:23:07 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.11' +version = '0.1.12' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []