Skip to content

Commit

Permalink
Start version 12.1.
Browse files Browse the repository at this point in the history
This commit should have been made right after releasing 12.0.
  • Loading branch information
aaugustin committed Nov 25, 2023
1 parent ec3bd2a commit 5737b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ fixing regressions shortly after a release.
Only documented APIs are public. Undocumented, private APIs may change without
notice.

12.1
----

*In development*

12.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 = True
released = False

tag = version = commit = "12.0"
tag = version = commit = "12.1"


if not released: # pragma: no cover
Expand Down

0 comments on commit 5737b47

Please sign in to comment.