Skip to content

Commit 2a8510e

Browse files
committed
Bump and release 0.13.0
1 parent c04e260 commit 2a8510e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.13.0 Unreleased
1+
0.13.0 2019-01-24
22
-----------------
33

44
* Introduce a send method on the conenction which accepts the new

wsproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .connection import ConnectionType
99
from .handshake import H11Handshake
1010

11-
__version__ = "0.12.0+dev"
11+
__version__ = "0.13.0"
1212

1313

1414
class WSConnection(object):

0 commit comments

Comments
 (0)