We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf60629 commit 57dd636Copy full SHA for 57dd636
CHANGELOG.md
@@ -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
6
### 1.7.4 2018-02-05
7
8
* Properly close client after request in aiohttp adaptor
pusher/version.py
@@ -1,2 +1,2 @@
# Don't change the format of this line: the version is extracted by ../setup.py
-VERSION = '1.7.4'
+VERSION = '2.0.0'
0 commit comments