diff -r e31ee81d146f -r a948e0a00f5c setup.py --- a/setup.py Mon Oct 22 17:11:30 2018 +0200 +++ b/setup.py Tue Oct 23 12:16:08 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 = []