Skip to content

Commit 26dbd98

Browse files
Release 4.13.1
1 parent 15e5989 commit 26dbd98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

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

3+
**Release 4.13.1** - 2026-02-06
4+
5+
- Document that a process can have only one custom JSON module ([commit](https://github.com/miguelgrinberg/python-engineio/commit/119ec1ee1f486035e837625161eea10183b9c52b))
6+
- Switch to Furo documentation template ([commit](https://github.com/miguelgrinberg/python-engineio/commit/15e59899fe6387eb0fbe14160dbf298c01c115d5))
7+
38
**Release 4.13.0** - 2025-12-24
49

510
- Apply escaping rules when parsing cookie values ([commit](https://github.com/miguelgrinberg/python-engineio/commit/04e7c4dd4792d1f551b71930ec771fbb96cdaaf2))

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-engineio"
3-
version = "4.13.1.dev0"
3+
version = "4.13.1"
44
license = {text = "MIT"}
55
authors = [{name = "Miguel Grinberg", email = "[email protected]"}]
66
description = "Engine.IO server and client for Python"

0 commit comments

Comments
 (0)