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 414a514 commit c08a318Copy full SHA for c08a318
docs/changelog.rst
@@ -3,11 +3,14 @@ Changelog
3
4
.. currentmodule:: websockets
5
6
-5.0
+5.1
7
...
8
9
*In development*
10
11
+5.0
12
+...
13
+
14
.. note::
15
16
**Version 5.0 fixes a security issue introduced in version 4.0.**
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '4.0'
+version = '5.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '4.0'
+release = '5.0'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
websockets/version.py
@@ -1 +1 @@
1
-version = '4.0.1'
0 commit comments