Skip to content

Commit

Permalink
Release version 15.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Mar 5, 2025
1 parent fce02ab commit 37c9bc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ fixing regressions shortly after a release.
Only documented APIs are public. Undocumented, private APIs may change without
notice.

.. _15.1:
15.0.1
------

15.1
----
*March 5, 2025*

Bug fixes
.........

*In development*
* Prevented an exception when exiting the interactive client.

.. _15.0:

Expand Down
4 changes: 2 additions & 2 deletions src/websockets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# When tagging a release, set `released = True`.
# After tagging a release, set `released = False` and increment `tag`.

released = False
released = True

tag = version = commit = "15.1"
tag = version = commit = "15.0.1"


if not released: # pragma: no cover
Expand Down

0 comments on commit 37c9bc0

Please sign in to comment.