- commit
- e4056204f24f63bac543ba86020d20f5b32df4fb
- parent
- 0c4256f7d3e73bba5a003f722c23e0a7ab2c73f0
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-01-20 13:16
bump version to 0.15.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 0.15.0 (2025-01-20) -1 2 ------------------- -1 3 -1 4 - Allow to search by username in admin UI -1 5 - Change label of the name field to "Name for this key" to avoid confusion -1 6 -1 7 1 8 0.14.0 (2024-12-06) 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-mfa3"7 -1 version = "0.14.0"-1 7 version = "0.15.0" 8 8 description = "multi factor authentication for django" 9 9 readme = "README.md" 10 10 license = {text = "MIT"}