Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 20, 2022
1 parent 94240a4 commit af306cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Flask-SocketIO change log

**Release 5.3.2** - 2022-11-20

- Deliver callbacks from different namespaces [#1909](https://github.com/miguelgrinberg/flask-socketio/issues/1909) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/94240a4af3cef03354810bef0a35b848c2e16a28))
- Fix documentation typos [#1881](https://github.com/miguelgrinberg/flask-socketio/issues/1881) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/94692d365ce328986d7b802d6177decf8ba86ac6)) (thanks **Tim Gates**!)

**Release 5.3.1** - 2022-09-11

- Always pop `allow_unsafe_werkzeug` option from kwargs [#1877](https://github.com/miguelgrinberg/flask-socketio/issues/1877) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/9923502960da2c543c43bcc498d6acc2fc80179c)) (thanks **zakx**!)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Flask-SocketIO
version = 5.3.2.dev0
version = 5.3.2
author = Miguel Grinberg
author_email = [email protected]
description = Socket.IO integration for Flask applications
Expand Down

0 comments on commit af306cf

Please sign in to comment.