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 bc401f1 commit 67ba533Copy full SHA for 67ba533
docs/changelog.rst
@@ -3,11 +3,14 @@ Changelog
3
4
.. currentmodule:: websockets
5
6
-6.0
+6.1
7
...
8
9
*In development*
10
11
+6.0
12
+...
13
+
14
.. warning::
15
16
**Version 6.0 introduces the** :class:`~http.Headers` **class for managing
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '5.0'
+version = '6.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '5.0'
+release = '6.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 = '5.0.1'
0 commit comments