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

Commit 73de424

Browse files
committed
Bump version
1 parent ebf0f83 commit 73de424

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.0.2 (2017-11-20)
7+
++++++++++++++++++
8+
9+
* fix TypeError in HtmlFormatter.format (by tompipen)
10+
11+
612
2.0 (2017-03-01)
713
++++++++++++++++
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with open('HISTORY.rst') as history:
55
long_description = readme.read() + '\n\n' + history.read()
66

7-
VERSION = '2.0.1'
7+
VERSION = '2.0.2'
88

99
setup(
1010
install_requires=['requests'],

0 commit comments

Comments
 (0)