django-mfa3

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

commit
989018331a26ace033d05b07a6d49119728ec55f
parent
7be4d3088d50c5ae6c23212b068bb20fb95800dd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-18 18:07
bump version to 0.13.0

Diffstat

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

2 files changed, 7 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 0.13.0 (2024-06-18)
   -1     2 -------------------
   -1     3 
   -1     4 -   Add suport for `LoginRequiredMiddleware` from django 5.1
   -1     5 
   -1     6 
    1     7 0.12.1 (2024-03-26)
    2     8 -------------------
    3     9 

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