Skip to content

Commit 54595be

Browse files
Release 4.11.1
1 parent ded35d6 commit 54595be

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
# python-engineio change log
22

3+
**Release 4.11.1** - 2024-12-17
4+
5+
- Remove debugging prints :blush: ([commit](https://github.com/miguelgrinberg/python-engineio/commit/ded35d682690bf8a74d6df1325ec5b7e28d6eed6))
6+
37
**Release 4.11.0** - 2024-12-17
48

59
- Pass a `reason` argument to the disconnect handler [#393](https://github.com/miguelgrinberg/python-engineio/issues/393) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/d782d9b9adc04fb691a490f29713239ad40de6c5))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-engineio"
3-
version = "4.11.1.dev0"
3+
version = "4.11.1"
44
authors = [{name = "Miguel Grinberg", email = "[email protected]"}]
55
description = "Engine.IO server and client for Python"
66
classifiers = [

0 commit comments

Comments
 (0)