Releasing 2.2.5

This commit is contained in:
Andrew Godwin 2019-01-31 17:36:30 -08:00
parent 9c574083ff
commit 1b77e247f8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2.2.5 (2019-01-31)
------------------
* WebSocket handshakes are now affected by the websocket connect timeout, so
you can limit them from the command line.
* Server name can now be set using --server-name
2.2.4 (2018-12-15)
------------------

View File

@ -1 +1 @@
__version__ = "2.2.4"
__version__ = "2.2.5"