Skip to content

Commit b8a6515

Browse files
committed
Bump and release 1.3.0
1 parent f2df768 commit b8a6515

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.0 (2025-06-XX)
4+
1.3.0 (2025-11-11)
55
------------------
66

77
- Require h11>=0.16 dependency.

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.2.0+dev"
20+
__version__ = "1.3.0"
2121

2222

2323
class WSConnection:

0 commit comments

Comments
 (0)