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 c04e260 commit 2a8510eCopy full SHA for 2a8510e
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-0.13.0 Unreleased
+0.13.0 2019-01-24
2
-----------------
3
4
* Introduce a send method on the conenction which accepts the new
wsproto/__init__.py
@@ -8,7 +8,7 @@
8
from .connection import ConnectionType
9
from .handshake import H11Handshake
10
11
-__version__ = "0.12.0+dev"
+__version__ = "0.13.0"
12
13
14
class WSConnection(object):
0 commit comments