Skip to content

Commit c47c10f

Browse files
authored
Merge pull request #139 from pusher/v313
Version 3.1.3 release
2 parents 3be1cf5 + dd16a41 commit c47c10f

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.1.3 2019-02-26
2+
3+
* Import Abstract Base Classes from collections.abc in Python versions >= 3.3
4+
15
### 2.1.2 2019-01-02
26

37
* Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.

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.1.2'
2+
VERSION = '2.1.3'

0 commit comments

Comments
 (0)