We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafe0ca commit 38716a9Copy full SHA for 38716a9
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Release History
2
===============
3
4
+Unreleased
5
+----------
6
+
7
+- <ToDo: add new entries here>
8
9
10
1.0.0 (2020-11-22)
11
------------------
12
src/wsproto/__init__.py
@@ -11,7 +11,7 @@
from .handshake import H11Handshake
from .typing import Headers
13
14
-__version__ = "1.0.0"
+__version__ = "1.0.0+dev"
15
16
17
class WSConnection:
0 commit comments