Releasing 0.14.0

This commit is contained in:
Andrew Godwin 2016-07-06 11:52:59 -07:00
parent d9ba4c500a
commit ac7af23df1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
0.14.0 (2016-07-06)
-------------------
* Consumption of websocket.connect is now required (channels 0.16 enforces
this); getting backpressure on it now results in the socket being
force closed.
0.13.1 (2016-06-28)
-------------------

View File

@ -1 +1 @@
__version__ = "0.13.1"
__version__ = "0.14.0"