Skip to content

Commit 1fb4592

Browse files
committed
Bumped version and changelog for v4.2.1 release.
1 parent aa2dee2 commit 1fb4592

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.2.1 (2025-07-02)
2+
------------------
3+
4+
* Fixed a packaging error in 4.2.0.
5+
6+
* Removed --nostatic and --insecure args to runserver command when staticfiles
7+
app is not installed.
8+
19
4.2.0 (2025-05-16)
210
------------------
311

daphne/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.2.0"
3+
__version__ = "4.2.1"
44

55

66
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with

0 commit comments

Comments
 (0)