We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b715abb commit 820701bCopy full SHA for 820701b
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Release History
2
===============
3
4
-1.3.2 (2025-11-XX)
+1.3.2 (2025-11-20)
5
------------------
6
7
- Fix type hints to allow BytesMessage to accept bytes again, as well as
src/wsproto/__init__.py
@@ -17,7 +17,7 @@
17
from .events import Event
18
from .typing import Headers
19
20
-__version__ = "1.3.1"
+__version__ = "1.3.2"
21
22
23
class WSConnection:
0 commit comments