We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23c04c0 + ec39a0b commit 239d67bCopy full SHA for 239d67b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.3.2
4
+
5
+- [CHANGED] Utilities no longer escape non ascii characters.
6
7
## 3.3.1
8
9
- [ADDED] Allow Client to accept float as a timeout
README.md
@@ -441,3 +441,4 @@ To run the tests run `python setup.py test`
441
## License
442
443
Copyright (c) 2015 Pusher Ltd. See [LICENSE](LICENSE) for details.
444
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'
0 commit comments