From 54595be71749ecf5c7f155a72b3fdb757fb78d5b Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 17 Dec 2024 23:58:34 +0000 Subject: [PATCH] Release 4.11.1 --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index af8a6d8..c4e7cd0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # python-engineio change log +**Release 4.11.1** - 2024-12-17 + +- Remove debugging prints :blush: ([commit](https://github.com/miguelgrinberg/python-engineio/commit/ded35d682690bf8a74d6df1325ec5b7e28d6eed6)) + **Release 4.11.0** - 2024-12-17 - 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)) diff --git a/pyproject.toml b/pyproject.toml index b3ed9b6..e8e057d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-engineio" -version = "4.11.1.dev0" +version = "4.11.1" authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}] description = "Engine.IO server and client for Python" classifiers = [