Skip to content

Commit dafe0ca

Browse files
committed
Bump and release 1.0.0
1 parent e7186c0 commit dafe0ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Release History
22
===============
33

4-
1.0.0+dev
5-
---------
4+
1.0.0 (2020-11-22)
5+
------------------
66

7-
- Prevent invalid window bit sizes.
87
- Added support for Python 3.8 and 3.9.
8+
- Prevent invalid window bit sizes.
9+
- Various docs, type checking, tooling and testing improvements.
910

1011

1112
0.15.0 (2019-08-10)

src/wsproto/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .handshake import H11Handshake
1212
from .typing import Headers
1313

14-
__version__ = "1.0.0+dev"
14+
__version__ = "1.0.0"
1515

1616

1717
class WSConnection:

0 commit comments

Comments
 (0)