- commit
- ce495aaff6479705440fa6f7a7df18ab68b055e8
- parent
- 91db84b43b65898b57e4add693cd734493342ec0
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-15 15:44
bump version to 5.3.0
Diffstat
| M | CHANGES.md | 9 | +++++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,12 @@ -1 1 5.3.0 (2025-09-15) -1 2 ------------------ -1 3 -1 4 - support `form.required_css_class` (added to the label like in django, but -1 5 different from django-bootstrap5) -1 6 - breaking: it is no longer possible to skip a label completely -1 7 - fix: `show_label=False` create a visually hidden label -1 8 -1 9 1 10 5.2.1 (2025-09-03) 2 11 ------------------ 3 12
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "django-bs"7 -1 version = "5.2.1"-1 7 version = "5.3.0" 8 8 description = "simple bootstrap support for django" 9 9 readme = "README.md" 10 10 license = "MIT"