Skip to content

Commit 1138974

Browse files
committed
Bump version number.
1 parent 6e7666e commit 1138974

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ Changelog
33

44
.. currentmodule:: websockets
55

6-
7.0
6+
7.1
77
...
88

99
*In development*
1010

11+
7.0
12+
...
13+
1114
.. warning::
1215

1316
**Version 7.0 renames the** ``timeout`` **argument of**
@@ -54,6 +57,8 @@ Changelog
5457
Concurrent calls lead to non-deterministic behavior because there are no
5558
guarantees about which coroutine will receive which message.
5659

60+
Also:
61+
5762
* websockets sends Ping frames at regular intervals and closes the connection
5863
if it doesn't receive a matching Pong frame. See
5964
:class:`~protocol.WebSocketCommonProtocol` for details.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '6.0'
56+
version = '7.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '6.0'
58+
release = '7.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

src/websockets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '6.0'
1+
version = '7.0'

0 commit comments

Comments
 (0)