Updated change notes and version for 4.1 release.

This commit is contained in:
Carlton Gibson 2024-02-10 15:39:05 +01:00
parent ef24796243
commit df0680c9ad
2 changed files with 8 additions and 3 deletions

View File

@ -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)
------------------

View File

@ -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