diff -r e5d91569642f -r 58c9992cb4dc setup.py --- a/setup.py Tue Oct 09 17:51:18 2018 +0200 +++ b/setup.py Tue Nov 13 14:48:49 2018 +0100 @@ -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.15' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []