We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d1eb2 commit 139085fCopy full SHA for 139085f
docs/changelog.rst
@@ -3,11 +3,14 @@ Changelog
3
4
.. currentmodule:: websockets
5
6
-8.1
+8.2
7
...
8
9
*In development*
10
11
+8.1
12
+...
13
+
14
* Added compatibility with Python 3.8.
15
16
8.0.2
docs/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '8.0'
+version = '8.1'
63
# The full version, including alpha/beta/rc tags.
64
-release = '8.0.2'
+release = '8.1'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
src/websockets/version.py
@@ -1 +1 @@
1
-version = "8.0.2"
+version = "8.1"
0 commit comments