Skip to content

Commit c08a318

Browse files
committed
Bump version number.
1 parent 414a514 commit c08a318

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/changelog.rst

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

44
.. currentmodule:: websockets
55

6-
5.0
6+
5.1
77
...
88

99
*In development*
1010

11+
5.0
12+
...
13+
1114
.. note::
1215

1316
**Version 5.0 fixes a security issue introduced in version 4.0.**

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '4.0'
51+
version = '5.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.0'
53+
release = '5.0'
5454

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

websockets/version.py

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

0 commit comments

Comments
 (0)