From df0680c9ad699817725e18a9264df17fff2927da Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sat, 10 Feb 2024 15:39:05 +0100 Subject: [PATCH] Updated change notes and version for 4.1 release. --- CHANGELOG.txt | 9 +++++++-- daphne/__init__.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a15c1d..3f37b37 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,13 @@ -4.1.0 (unreleased) +4.1.0 (2024-02-10) ------------------ -* Added support for Python 3.12 +* Added support for Python 3.12. +* Dropped support for EOL Python 3.7. + +* Handled root path for websocket scopes. + +* Validate HTTP header names as per RFC 9110. 4.0.0 (2022-10-07) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index ae556a6..9c10154 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "4.0.0" +__version__ = "4.1.0" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with