We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7186c0 commit dafe0caCopy full SHA for dafe0ca
CHANGELOG.rst
@@ -1,11 +1,12 @@
1
Release History
2
===============
3
4
-1.0.0+dev
5
----------
+1.0.0 (2020-11-22)
+------------------
6
7
-- Prevent invalid window bit sizes.
8
- Added support for Python 3.8 and 3.9.
+- Prevent invalid window bit sizes.
9
+- Various docs, type checking, tooling and testing improvements.
10
11
12
0.15.0 (2019-08-10)
src/wsproto/__init__.py
@@ -11,7 +11,7 @@
from .handshake import H11Handshake
from .typing import Headers
13
14
-__version__ = "1.0.0+dev"
+__version__ = "1.0.0"
15
16
17
class WSConnection:
0 commit comments