From 2082c083c1027024b7d5369a6b8bdd756058fbd3 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Fri, 6 Feb 2026 23:37:55 +0000 Subject: [PATCH] Release 5.16.1 --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7e97e42..dc522f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # python-socketio change log +**Release 5.16.1** - 2026-02-06 + +- Use configured JSON module in managers [#1549](https://github.com/miguelgrinberg/python-socketio/issues/1549) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/6229261ae6e8c01e675097242e333ee84587a544)) +- Admin UI fixes: remove duplicate tasks, report transport upgrades ([commit](https://github.com/miguelgrinberg/python-socketio/commit/1c2eab13a92fac9e43663eb0b5f099eb1c40ea5b)) +- Switch to Furo documentation template ([commit](https://github.com/miguelgrinberg/python-socketio/commit/add47d8c7abca697a2804141bbf29bfb095f7d5e)) +- Add Python free-threading to CI [#1554](https://github.com/miguelgrinberg/python-socketio/issues/1554) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/ccdd2004a038ae4b8171a05120c5d0787332f7ee)) + **Release 5.16.0** - 2025-12-24 - Address deprecation warnings ([commit](https://github.com/miguelgrinberg/python-socketio/commit/b235699d9b06564753c570b76055997e9d62a938)) diff --git a/pyproject.toml b/pyproject.toml index 5414215..d849c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-socketio" -version = "5.16.1.dev0" +version = "5.16.1" license = {text = "MIT"} authors = [ { name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },