diff -r 10f770095cec -r 44b216760dce setup.py --- a/setup.py Tue Jun 25 16:25:09 2019 +0200 +++ b/setup.py Wed Jun 26 11:19:17 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.51.1' +version = '0.1.51.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []