diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9a36b..4a565b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3.2 + +- [CHANGED] Utilities no longer escape non ascii characters. + ## 3.3.1 - [ADDED] Allow Client to accept float as a timeout diff --git a/README.md b/README.md index baf8408..4dd701c 100644 --- a/README.md +++ b/README.md @@ -441,3 +441,4 @@ To run the tests run `python setup.py test` ## License Copyright (c) 2015 Pusher Ltd. See [LICENSE](LICENSE) for details. + diff --git a/pusher/version.py b/pusher/version.py index 9e601c7..45722af 100644 --- a/pusher/version.py +++ b/pusher/version.py @@ -1,2 +1,2 @@ # Don't change the format of this line: the version is extracted by ../setup.py -VERSION = '3.3.1' +VERSION = '3.3.2'