- commit
- b98c695908e4e9d53866a3890407fd855a5a8555
- parent
- 8fdb0e35b0bdb6805fa5f03aa03ffcc55453fc36
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-21 08:10
bump version to 1.1.0
Diffstat
| M | CHANGES.md | 8 | ++++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,11 @@ -1 1 1.1.0 (2025-10-21) -1 2 ------------------ -1 3 -1 4 - Add setting `MFA_MAX_KEYS_PER_ACCOUNT` to limit the number of keys a user -1 5 can have (defaults to 3). It is recommended to adapt the templates to issue -1 6 a warning if users exceed this limit. -1 7 -1 8 1 9 1.0.0 (2025-05-21) 2 10 ------------------ 3 11
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 = "1.0.0"-1 7 version = "1.1.0" 8 8 description = "multi factor authentication for django" 9 9 readme = "README.md" 10 10 license = "MIT"