diff -r 17accf89d8a8 -r 1a77f19cd7de setup.py --- a/setup.py Tue Oct 30 13:57:05 2018 +0100 +++ b/setup.py Tue Oct 30 14:21:23 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 = []