Skip to content

Commit 47efa23

Browse files
committed
v2.0.1
1 parent 3ae4650 commit 47efa23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.0.1 2018-05-21
2+
3+
* Fix issue where aiohttp ClientSession was not being closed
4+
15
### 2.0.0 2018-05-03
26

37
* Drop support for Python 2.6, 3.3

pusher/version.py

+1-1
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.0'
2+
VERSION = '2.0.1'

0 commit comments

Comments
 (0)