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 6702a7c commit f7afa86Copy full SHA for f7afa86
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Release History
2
===============
3
4
+1.3.1 (2025-11-12)
5
+------------------
6
+
7
+- Add additional license identifier to pyproject.toml.
8
+- Use Python 3.13 to build the docs to match ReadTheDocs build environment.
9
10
11
1.3.0 (2025-11-11)
12
------------------
13
src/wsproto/__init__.py
@@ -17,7 +17,7 @@
17
from .events import Event
18
from .typing import Headers
19
20
-__version__ = "1.3.0"
+__version__ = "1.3.1"
21
22
23
class WSConnection:
0 commit comments