diff -r c18a7addfb96 -r 03d8756a89b3 setup.py --- a/setup.py Mon Dec 10 14:59:53 2018 +0100 +++ b/setup.py Mon Dec 10 15:49:32 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.28.1' +version = '0.1.28.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []