From 1b77e247f8b22f53d52253922752495ba196f215 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 31 Jan 2019 17:36:30 -0800 Subject: [PATCH] Releasing 2.2.5 --- CHANGELOG.txt | 9 +++++++++ daphne/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90393c1..9656c7a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index 62fa04d..f1e49f6 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "2.2.4" +__version__ = "2.2.5"