We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5a755 commit 1c7f620Copy full SHA for 1c7f620
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.2.0 (2022-08-23)
11
------------------
12
src/wsproto/__init__.py
@@ -11,7 +11,7 @@
from .handshake import H11Handshake
from .typing import Headers
13
14
-__version__ = "1.2.0"
+__version__ = "1.2.0+dev"
15
16
17
class WSConnection:
0 commit comments