Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed May 27, 2021
1 parent 547a26b commit d0f3288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ They may change at any time.
9.1
...

*In development*
*May 27, 2021*

.. note::

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '9.0'
version = '9.1'
# The full version, including alpha/beta/rc tags.
release = '9.0'
release = '9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/websockets/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "9.0.2"
version = "9.1"

0 comments on commit d0f3288

Please sign in to comment.