Browse Source

Release 5.16.0

pull/1542/head v5.16.0
Miguel Grinberg 5 months ago
parent
commit
9e624b38c8
Failed to extract signature
  1. 5
      CHANGES.md
  2. 2
      pyproject.toml

5
CHANGES.md

@ -1,5 +1,10 @@
# python-socketio change log # python-socketio change log
**Release 5.16.0** - 2025-12-24
- Address deprecation warnings ([commit](https://github.com/miguelgrinberg/python-socketio/commit/b235699d9b06564753c570b76055997e9d62a938))
- Drop Python 3.8 and 3.9 from CI builds ([commit](https://github.com/miguelgrinberg/python-socketio/commit/d0728d2f74538762dd551fa9cd0cd1fd5aedfa37))
**Release 5.15.1** - 2025-12-16 **Release 5.15.1** - 2025-12-16
- 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)) - 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))

2
pyproject.toml

@ -1,6 +1,6 @@
[project] [project]
name = "python-socketio" name = "python-socketio"
version = "5.15.2.dev0" version = "5.16.0"
license = {text = "MIT"} license = {text = "MIT"}
authors = [ authors = [
{ name = "Miguel Grinberg", email = "[email protected]" }, { name = "Miguel Grinberg", email = "[email protected]" },

Loading…
Cancel
Save