Skip to content

Commit

Permalink
Release version 13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Aug 20, 2024
1 parent 12fa8bc commit 0019943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ notice.
13.0
----

*In development*
*August 20, 2024*

Backwards-incompatible changes
..............................
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 = "12.1"
tag = version = commit = "13.0"


if not released: # pragma: no cover
Expand Down

0 comments on commit 0019943

Please sign in to comment.