We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16456e2 commit 62d70f4Copy full SHA for 62d70f4
MANIFEST.in
@@ -1,2 +1,3 @@
1
include LICENSE
2
include src/websockets/py.typed
3
+include src/websockets/speedups.c # required when BUILD_EXTENSION=no
docs/project/changelog.rst
@@ -25,6 +25,16 @@ fixing regressions shortly after a release.
25
Only documented APIs are public. Undocumented, private APIs may change without
26
notice.
27
28
+13.0.1
29
+------
30
+
31
+*August 28, 2024*
32
33
+Bug fixes
34
+.........
35
36
+* Restored the C extension in the source distribution.
37
38
.. _13.0:
39
40
13.0
src/websockets/version.py
@@ -20,7 +20,7 @@
20
21
released = True
22
23
-tag = version = commit = "13.0"
+tag = version = commit = "13.0.1"
24
if not released: # pragma: no cover
0 commit comments