File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- 3.4
4
+ 3.5
5
5
...
6
6
7
7
*In development *
8
8
9
+ 3.4
10
+ ...
11
+
9
12
* Renamed :func: `~websockets.server.serve() ` and
10
13
:func: `~websockets.client.connect() `'s ``klass `` argument to
11
14
``create_protocol `` to reflect that it can also be a callable.
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '3.3 '
51
+ version = '3.4 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '3.3 '
53
+ release = '3.4 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- version = '3.3 '
1
+ version = '3.4 '
You can’t perform that action at this time.
0 commit comments