Skip to content

Commit 239d67b

Browse files
authored
Merge pull request #203 from pusher/prepare-3.3.2
Prepare 3.3.2 release
2 parents 23c04c0 + ec39a0b commit 239d67b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.3.2
4+
5+
- [CHANGED] Utilities no longer escape non ascii characters.
6+
37
## 3.3.1
48

59
- [ADDED] Allow Client to accept float as a timeout

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,4 @@ To run the tests run `python setup.py test`
441441
## License
442442

443443
Copyright (c) 2015 Pusher Ltd. See [LICENSE](LICENSE) for details.
444+

Diff for: 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 = '3.3.1'
2+
VERSION = '3.3.2'

0 commit comments

Comments
 (0)