django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
ecabef2b9029745e24ea3a7552e103ddd3bbd179
parent
f00fb604e587a8f63a1551a27805321b01cf12cb
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-12-06 08:15
bump version to 0.14.0

Diffstat

M CHANGES.md 10 ++++++++++
M pyproject.toml 2 +-

2 files changed, 11 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,13 @@
   -1     1 0.14.0 (2024-12-06)
   -1     2 -------------------
   -1     3 
   -1     4 -   Use `autocomplete="one-time-code"` on form inputs
   -1     5 -   Set `Auto-Submitted` header in emails
   -1     6 -   Align handling of localhost as a secure context with upstream. Notably,
   -1     7     this means that `DEBUG` no longer has any effect and that `127.0.0.1` is no
   -1     8     longer treated as a secure context.
   -1     9 
   -1    10 
    1    11 0.13.0 (2024-06-18)
    2    12 -------------------
    3    13 

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.13.0"
   -1     7 version = "0.14.0"
    8     8 description = "multi factor authentication for django"
    9     9 readme = "README.md"
   10    10 license = {text = "MIT"}