Skip to content

Commit 139085f

Browse files
committed
Bump version number.
1 parent 20d1eb2 commit 139085f

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-
8.1
6+
8.2
77
...
88

99
*In development*
1010

11+
8.1
12+
...
13+
1114
* Added compatibility with Python 3.8.
1215

1316
8.0.2

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '8.0'
62+
version = '8.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '8.0.2'
64+
release = '8.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# 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 = "8.0.2"
1+
version = "8.1"

0 commit comments

Comments
 (0)