Skip to content

Commit

Permalink
Merge pull request #139 from pusher/v313
Browse files Browse the repository at this point in the history
Version 3.1.3 release
  • Loading branch information
WillSewell authored Feb 26, 2019
2 parents 3be1cf5 + dd16a41 commit c47c10f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.3 2019-02-26

* Import Abstract Base Classes from collections.abc in Python versions >= 3.3

### 2.1.2 2019-01-02

* Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.
Expand Down
2 changes: 1 addition & 1 deletion pusher/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't change the format of this line: the version is extracted by ../setup.py
VERSION = '2.1.2'
VERSION = '2.1.3'

0 comments on commit c47c10f

Please sign in to comment.