Skip to content

Commit f7afa86

Browse files
committed
Bump and release 1.3.1
1 parent 6702a7c commit f7afa86

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release History
22
===============
33

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+
411
1.3.0 (2025-11-11)
512
------------------
613

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.0"
20+
__version__ = "1.3.1"
2121

2222

2323
class WSConnection:

0 commit comments

Comments
 (0)