From 6a7de0b6fd736a0ff33b8968184b6d48f507f57c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 2 Mar 2016 16:59:37 -0800 Subject: [PATCH] Releasing 0.9.2 --- CHANGELOG.txt | 8 ++++++++ daphne/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7e16bd9..acacc57 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +0.9.2 (2016-03-02) +------------------ + +* HTTP requests now time out after a configurable amount of time and return 503 + (default is 2 minutes) + + 0.9.1 (2016-03-01) ------------------ @@ -7,6 +14,7 @@ * WebSocket upgrade header detection is now case insensitive + 0.9 (2016-02-21) ---------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index d69d16e..a2fecb4 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2"