From 25e613026ec8cd48adc2c614f2e4a15d3a6416ab Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sat, 9 Apr 2022 05:24:58 +0530 Subject: [PATCH] Disabled log printing --- daphne/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/__init__.py b/daphne/__init__.py index 1656046..7ee4b39 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "3.0.3" +__version__ = "3.0.4" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with