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 a0bb3b0 commit cf8c6e0Copy full SHA for cf8c6e0
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## 0.20.1 (2024-01-18)
3
+
4
+- fix: remove python-semantic-release as dependency (#263) ([`a0bb3b0`](https://github.com/unfoldadmin/django-unfold/commit/a0bb3b077e482d36988fb00f70c2ac1642d285b8))
5
6
## 0.20.0 (2024-01-15)
7
8
- feat: fieldset as tabs (#249) ([`b412b20`](https://github.com/unfoldadmin/django-unfold/commit/b412b20f70af1f96ac27f949c8f19969b818f88f))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unfold"
-version = "0.20.0"
+version = "0.20.1"
description = "Modern Django admin theme for seamless interface development"
license = "MIT"
readme = "README.md"
0 commit comments