From 0e3eee267617faba27277931306103b6ef854be4 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 15 Oct 2024 09:43:01 +0100 Subject: [PATCH] Release 4.10.1 --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 985b549..d7e0edf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # python-engineio change log +**Release 4.10.1** - 2024-10-15 + +- Reject request with incorrect transport [#367](https://github.com/miguelgrinberg/python-engineio/issues/367) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/7ad14481695df5adb070d52a377de49f43ddf399)) + **Release 4.10.0** - 2024-10-13 - Reject requests with incorrect transport [#367](https://github.com/miguelgrinberg/python-engineio/issues/367) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/4d614e5297ed2291ae97fcf30a3ee7223886440a)) diff --git a/pyproject.toml b/pyproject.toml index 5b9b3eb..bcfc481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-engineio" -version = "4.10.1.dev0" +version = "4.10.1" authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}] description = "Engine.IO server and client for Python" classifiers = [