Skip to content

Commit 57dd636

Browse files
committed
v2.0.0
1 parent bf60629 commit 57dd636

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.0.0 2018-05-03
2+
3+
* Drop support for Python 2.6, 3.3
4+
* Drop support for Python 3.4 with the aiohttp adaptor
5+
16
### 1.7.4 2018-02-05
27

38
* Properly close client after request in aiohttp adaptor

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 = '1.7.4'
2+
VERSION = '2.0.0'

0 commit comments

Comments
 (0)