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 1a7cf26 commit bf858acCopy full SHA for bf858ac
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
+11.0.3
29
+------
30
+
31
+*May 7, 2023*
32
33
+Bug fixes
34
+.........
35
36
+* Fixed the :mod:`threading` implementation of servers on Windows.
37
38
11.0.2
39
------
40
src/websockets/version.py
@@ -18,7 +18,7 @@
18
19
released = True
20
21
-tag = version = commit = "11.0.2"
+tag = version = commit = "11.0.3"
22
23
24
if not released: # pragma: no cover
0 commit comments