diff -r 348fa0e1dcf6 -r 993db479088d setup.py --- a/setup.py Tue Jan 08 17:47:09 2019 +0100 +++ b/setup.py Wed Jan 09 12:20:26 2019 +0100 @@ -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 = []