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 f2df768 commit b8a6515Copy full SHA for b8a6515
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Release History
2
===============
3
4
-1.3.0 (2025-06-XX)
+1.3.0 (2025-11-11)
5
------------------
6
7
- Require h11>=0.16 dependency.
src/wsproto/__init__.py
@@ -17,7 +17,7 @@
17
from .events import Event
18
from .typing import Headers
19
20
-__version__ = "1.2.0+dev"
+__version__ = "1.3.0"
21
22
23
class WSConnection:
0 commit comments