diff -r 7e8c67848061 -r 570cb7fce4d6 setup.py --- a/setup.py Mon Oct 07 13:39:50 2019 +0200 +++ b/setup.py Mon Oct 07 14:04:31 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.54.1' +version = '0.1.54.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []