Bumped version and changelog for v4.2.1 release.

This commit is contained in:
Carlton Gibson 2025-07-02 14:55:31 +02:00
parent aa2dee2cf9
commit 1fb4592b6b
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
import sys
__version__ = "4.2.0"
__version__ = "4.2.1"
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with