- commit
- 216962f9d705e0e77ea18b5447e74f60fd375046
- parent
- 0145981d18ddfe2c92c557653ebcd13949294501
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-11-25 09:10
bump version to 5.4.0
Diffstat
| M | CHANGES.md | 7 | +++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,10 @@ -1 1 5.4.0 (2025-11-25) -1 2 ------------------ -1 3 -1 4 - rename `form_group_class` to `wrapper_class` to align with -1 5 django-bootstrap5. `form_group_class` is still supported, but deprecated. -1 6 -1 7 1 8 5.3.0 (2025-09-15) 2 9 ------------------ 3 10
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.3.0"-1 7 version = "5.4.0" 8 8 description = "simple bootstrap support for django" 9 9 readme = "README.md" 10 10 license = "MIT"