Releasing 0.15.0

This commit is contained in:
Andrew Godwin 2016-08-28 11:27:05 -07:00
parent 0b37e80614
commit 1a5cce9c75
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
0.15.0 (2016-08-28)
-------------------
* Connections now force-close themselves after pings fail for a certain
timeframe, controllable via the new --ping-timeout option.
* Badly-formatted websocket response messages now log to console in
all situations
* Compatability with Twisted 16.3 and up
0.14.3 (2016-07-21)
-------------------

View File

@ -1 +1 @@
__version__ = "0.14.3"
__version__ = "0.15.0"