django-mfa3

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

commit
6592fd5723ba29ec6f5e9597fb9b472ccb5677c6
parent
13f6b823862ff4a5456f7053dd53ce2556fdcaf6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-02-05 11:05
bump version to 0.15.1

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.1 (2025-02-05)
   -1     2 -------------------
   -1     3 
   -1     4 -   fido2: fix json mapping deprecation warning
   -1     5 -   update french translation
   -1     6 
   -1     7 
    1     8 0.15.0 (2025-01-20)
    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.15.0"
   -1     7 version = "0.15.1"
    8     8 description = "multi factor authentication for django"
    9     9 readme = "README.md"
   10    10 license = {text = "MIT"}