Skip to content

Commit 3dbc92f

Browse files
Release 5.5.1
1 parent c77c2e8 commit 3dbc92f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flask-SocketIO change log
22

3+
**Release 5.5.1** - 2025-01-06
4+
5+
- Updated version of python-socketio dependency [#2128](https://github.com/miguelgrinberg/flask-socketio/issues/2128) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/c77c2e83e5c6baf552339884825230066cafd45e)) (thanks **Okke Harsta**!)
6+
37
**Release 5.5.0** - 2024-12-18
48

59
- Add a `reason` argument to the disconnect handler ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/01628b745f3e8fd1954d47a358a0d487dda57757))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-SocketIO"
3-
version = "5.5.1.dev0"
3+
version = "5.5.1"
44
authors = [
55
{ name = "Miguel Grinberg", email = "[email protected]" },
66
]

0 commit comments

Comments
 (0)