From 1a5cce9c759f5f07b42a4f6e655f27d6beb51c8d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 28 Aug 2016 11:27:05 -0700 Subject: [PATCH] Releasing 0.15.0 --- CHANGELOG.txt | 12 ++++++++++++ daphne/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f056660..6c794e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ------------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index 23f0070..9da2f8f 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.14.3" +__version__ = "0.15.0"