Skip to content

Commit

Permalink
Add changelog for previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed May 7, 2023
1 parent 1a7cf26 commit bf858ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion src/websockets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

released = True

tag = version = commit = "11.0.2"
tag = version = commit = "11.0.3"


if not released: # pragma: no cover
Expand Down

0 comments on commit bf858ac

Please sign in to comment.