From 6a466b7beee77ef96dce44b6f1f4af61088602bb Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 25 Aug 2022 12:04:14 +0200 Subject: [PATCH] Bumped version and changelog for 4.0b1 release. (#434) --- CHANGELOG.txt | 7 +++++-- daphne/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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