- commit
- 3409fcda43736359f3d453b7d16cdc3078d47fe6
- parent
- ab21ed4879f10584f5d975ddc2a718eaa0158602
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-03 14:46
bump version to 5.2.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.2.1 (2025-09-03) -1 2 ------------------ -1 3 -1 4 - fix missing templatetags in package -1 5 -1 6 1 7 5.2.0 (2025-03-03) 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.2.0"-1 7 version = "5.2.1" 8 8 description = "simple bootstrap support for django" 9 9 readme = "README.md" 10 10 license = "MIT"