Skip to content

Commit 1c7f620

Browse files
committed
Following the release of 1.2.0 bump to +dev
1 parent 7f5a755 commit 1c7f620

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

4+
Unreleased
5+
----------
6+
7+
- <ToDo: add new entries here>
8+
9+
410
1.2.0 (2022-08-23)
511
------------------
612

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.2.0"
14+
__version__ = "1.2.0+dev"
1515

1616

1717
class WSConnection:

0 commit comments

Comments
 (0)