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 fdfd5f4 commit 28edd12Copy full SHA for 28edd12
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## 0.21.1 (2024-03-16)
3
+
4
+- fix: whitenoise collectstatic (#316) ([`fdfd5f4`](https://github.com/unfoldadmin/django-unfold/commit/fdfd5f470d6d884f44486313127b078a80109bbe))
5
6
## 0.21.0 (2024-03-14)
7
8
- feat: redesigned default dashboard (#310) ([`7e5a575`](https://github.com/unfoldadmin/django-unfold/commit/7e5a57577ba087835c94e5a442b33e8e896bff4a))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unfold"
-version = "0.21.0"
+version = "0.21.1"
description = "Modern Django admin theme for seamless interface development"
license = "MIT"
readme = "README.md"
0 commit comments