diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d8dd5b9..9416110 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ -Unreleased ----------- +4.0.0b1 (2022-08-25) +-------------------- + +This is a beta release to allow testing compatibility with the upcoming Channels +4.0. * Dropped support for Python 3.6. diff --git a/daphne/__init__.py b/daphne/__init__.py index 530cbd0..6ac6f94 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "3.0.2" +__version__ = "4.0.0b1" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with