django-mfa3

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

commit
fbbc19dcaa50b50e40e5476ed774d48b056cbe42
parent
7460adaa323e700cce27f0ee062756d584587c63
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-05-21 13:13
bump version to 0.15.2

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.2 (2025-05-21)
   -1     2 -------------------
   -1     3 
   -1     4 -   remove support for fido2 2.x for now
   -1     5 -   drop support for Django 3.2
   -1     6 
   -1     7 
    1     8 0.15.1 (2025-02-05)
    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.1"
   -1     7 version = "0.15.2"
    8     8 description = "multi factor authentication for django"
    9     9 readme = "README.md"
   10    10 license = {text = "MIT"}