From 412d9a48dc30b0d43d8348f246f4b61efb6fca82 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 12 Feb 2017 22:44:38 -0800 Subject: [PATCH] Releasing version 1.0.3 --- CHANGELOG.txt | 9 +++++++++ daphne/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90a1387..6c0fece 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +1.0.3 (2017-02-12) +------------------ + +* IPv6 addresses are correctly accepted as bind targets on the command line + +* Twisted 17.1 compatability fixes for WebSocket receiving/keepalive and + proxy header detection. + + 1.0.2 (2017-02-01) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index 7863915..976498a 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3"