diff -r 17accf89d8a8 -r 4740e424ef1a setup.py --- a/setup.py Tue Oct 30 13:57:05 2018 +0100 +++ b/setup.py Tue Oct 30 14:26:00 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.12.1' +version = '0.1.12.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []