mirror of
https://github.com/django/daphne.git
synced 2025-07-16 10:52:17 +03:00
Bumped version and changelog for v4.2.1 release.
This commit is contained in:
parent
aa2dee2cf9
commit
1fb4592b6b
|
@ -1,3 +1,11 @@
|
||||||
|
4.2.1 (2025-07-02)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Fixed a packaging error in 4.2.0.
|
||||||
|
|
||||||
|
* Removed --nostatic and --insecure args to runserver command when staticfiles
|
||||||
|
app is not installed.
|
||||||
|
|
||||||
4.2.0 (2025-05-16)
|
4.2.0 (2025-05-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "4.2.0"
|
__version__ = "4.2.1"
|
||||||
|
|
||||||
|
|
||||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user