From 6e2b7175c97c2785edd2ea60df026c12240c785c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Thu, 21 May 2026 23:03:02 +0100 Subject: [PATCH] Release 5.16.2 --- CHANGES.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dc522f3..661d84f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # python-socketio change log +**Release 5.16.2** - 2026-05-21 + +- Prevent unnecessary resource allocations [#1574](https://github.com/miguelgrinberg/python-socketio/issues/1574) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/ca140fe44d0ceb3004073645222abec182d8784b)) +- Add zizmor to CI builds [#1570](https://github.com/miguelgrinberg/python-socketio/issues/1570) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/664dc27ec6f34179ed1724430eda3520627fc642)) + **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)) diff --git a/pyproject.toml b/pyproject.toml index cee3bac..910fbb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-socketio" -version = "5.16.2.dev0" +version = "5.16.2" license = {text = "MIT"} authors = [ { name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },