Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sashgorokhov committed Nov 20, 2017
1 parent ebf0f83 commit 73de424
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

2.0.2 (2017-11-20)
++++++++++++++++++

* fix TypeError in HtmlFormatter.format (by tompipen)


2.0 (2017-03-01)
++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 73de424

Please sign in to comment.