We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527bbc3 commit f659e9bCopy full SHA for f659e9b
docs/changelog.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+6.4.0 (2023-02-25)
6
+------------------
7
+
8
* Support Django 4.2.
9
10
* Remove further support for byte strings from the ``root`` and ``prefix`` arguments to ``WhiteNoise``, and Django’s ``STATIC_ROOT`` setting.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = whitenoise
-version = 6.3.0
+version = 6.4.0
description = Radically simplified static file serving for WSGI applications
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments