diff --git a/docs/project/changelog.rst b/docs/project/changelog.rst index f1ed30c3..268b05a3 100644 --- a/docs/project/changelog.rst +++ b/docs/project/changelog.rst @@ -25,6 +25,16 @@ fixing regressions shortly after a release. Only documented APIs are public. Undocumented, private APIs may change without notice. +11.0.3 +------ + +*May 7, 2023* + +Bug fixes +......... + +* Fixed the :mod:`threading` implementation of servers on Windows. + 11.0.2 ------ diff --git a/src/websockets/version.py b/src/websockets/version.py index 4b10aecb..f7254a07 100644 --- a/src/websockets/version.py +++ b/src/websockets/version.py @@ -18,7 +18,7 @@ released = True -tag = version = commit = "11.0.2" +tag = version = commit = "11.0.3" if not released: # pragma: no cover