- commit
- 6c72d0a7107716216a993f5283190f6e0a9bdb1e
- parent
- 8239035202b8eda0b998406cb0fb3a36f8a10cfb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-03-03 13:16
bump version to 5.2.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.2.0 (2025-03-03) -1 2 ------------------ -1 3 -1 4 - switch to pyproject.toml -1 5 - add support for Django 5.x -1 6 -1 7 1 8 5.1.0 (2023-04-18) 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.1.0"-1 7 version = "5.2.0" 8 8 description = "simple bootstrap support for django" 9 9 readme = "README.md" 10 10 license = {text = "MIT"}