Skip to content

Commit 5ab214b

Browse files
committed
Bump version number
1 parent 9272873 commit 5ab214b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ fixing regressions shortly after a release.
2525
Only documented APIs are public. Undocumented APIs are considered private.
2626
They may change at any time.
2727

28-
9.0
28+
9.1
2929
...
3030

3131
*In development*
3232

33+
9.0
34+
...
35+
36+
*May 1, 2021*
37+
3338
.. note::
3439

3540
**Version 9.0 moves or deprecates several APIs.**

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '8.1'
62+
version = '9.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '8.1'
64+
release = '9.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

src/websockets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "8.1"
1+
version = "9.0"

0 commit comments

Comments
 (0)