We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14762ad commit 76cb14cCopy full SHA for 76cb14c
CHANGELOG.md
@@ -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
6
### 2.0.1 2018-05-21
7
8
* Fix issue where aiohttp ClientSession was not being closed
pusher/version.py
@@ -1,2 +1,2 @@
# Don't change the format of this line: the version is extracted by ../setup.py
-VERSION = '2.0.1'
+VERSION = '2.0.2'
0 commit comments