diff -r 4c4b26c3972a -r d963400cf7cf setup.py --- a/setup.py Thu Jan 10 17:45:06 2019 +0100 +++ b/setup.py Fri Jan 11 13:55:26 2019 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.27.1' +version = '0.1.28' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []