- commit
- f986e11d429f346d35f418d7874b526d45ba6e2f
- parent
- 6d4d3581d3c4e43e9b4e348a6bec60baed98d3fe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-01-19 14:14
bump version to 5.4.1
Diffstat
| M | CHANGES.md | 6 | ++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,9 @@ -1 1 5.4.1 (2026-01-19) -1 2 ------------------ -1 3 -1 4 - avoid duplicate class attributes -1 5 -1 6 1 7 5.4.0 (2025-11-25) 2 8 ------------------ 3 9
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.4.0"-1 7 version = "5.4.1" 8 8 description = "simple bootstrap support for django" 9 9 readme = "README.md" 10 10 license = "MIT"