Skip to content

Commit 9e624b3

Browse files
Release 5.16.0
1 parent d0728d2 commit 9e624b3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-socketio change log
22

3+
**Release 5.16.0** - 2025-12-24
4+
5+
- Address deprecation warnings ([commit](https://github.com/miguelgrinberg/python-socketio/commit/b235699d9b06564753c570b76055997e9d62a938))
6+
- Drop Python 3.8 and 3.9 from CI builds ([commit](https://github.com/miguelgrinberg/python-socketio/commit/d0728d2f74538762dd551fa9cd0cd1fd5aedfa37))
7+
38
**Release 5.15.1** - 2025-12-16
49

510
- Restore support multiple arguments via pubsub emits [#1540](https://github.com/miguelgrinberg/python-socketio/issues/1540) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/c279f26bb8c9887c4ca99d4d81ad331c4844438c))

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-socketio"
3-
version = "5.15.2.dev0"
3+
version = "5.16.0"
44
license = {text = "MIT"}
55
authors = [
66
{ name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },

0 commit comments

Comments
 (0)