Skip to content

Commit 820701b

Browse files
committed
Bump and release 1.3.2
1 parent b715abb commit 820701b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release History
22
===============
33

4-
1.3.2 (2025-11-XX)
4+
1.3.2 (2025-11-20)
55
------------------
66

77
- Fix type hints to allow BytesMessage to accept bytes again, as well as

src/wsproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .events import Event
1818
from .typing import Headers
1919

20-
__version__ = "1.3.1"
20+
__version__ = "1.3.2"
2121

2222

2323
class WSConnection:

0 commit comments

Comments
 (0)