diff --git a/HISTORY.rst b/HISTORY.rst index a74d702..a70c15c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.0.2 (2017-11-20) +++++++++++++++++++ + +* fix TypeError in HtmlFormatter.format (by tompipen) + + 2.0 (2017-03-01) ++++++++++++++++ diff --git a/setup.py b/setup.py index 0705887..98690d3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open('HISTORY.rst') as history: long_description = readme.read() + '\n\n' + history.read() -VERSION = '2.0.1' +VERSION = '2.0.2' setup( install_requires=['requests'],