diff -r 93f8b735357a -r 19d5d65babb4 setup.py --- a/setup.py Tue Jun 12 10:57:46 2018 +0200 +++ b/setup.py Wed Jun 13 10:02:53 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.14' +version = '0.1.15' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []