Skip to content

Commit 76cb14c

Browse files
committed
v2.0.2
1 parent 14762ad commit 76cb14c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.0.2 2018-11-05
2+
3+
* Support Tornado 5, drop support for Tornado 4
4+
* Check for error responses with AsyncIO backend
5+
16
### 2.0.1 2018-05-21
27

38
* Fix issue where aiohttp ClientSession was not being closed

pusher/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Don't change the format of this line: the version is extracted by ../setup.py
2-
VERSION = '2.0.1'
2+
VERSION = '2.0.2'

0 commit comments

Comments
 (0)