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 61853c7 commit 2f75ac8Copy full SHA for 2f75ac8
docs/changelog.rst
@@ -2,8 +2,8 @@
2
Changelog
3
=========
4
5
-Unreleased
6
-----------
+6.8.2 (2024-10-29)
+------------------
7
8
* Fix compression speed gains for the thread pool when running Django’s ``collectstatic``.
9
The thread pool had no effect due to use of a generator for the results, a refactoring introduced when reviewing the initial PR.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "whitenoise"
-version = "6.8.1"
+version = "6.8.2"
10
description = "Radically simplified static file serving for WSGI applications"
11
readme = "README.rst"
12
keywords = [
0 commit comments