Skip to content

Commit

Permalink
Updated change notes and version for 4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 10, 2024
1 parent ef24796 commit df0680c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion daphne/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df0680c

Please sign in to comment.