django-mfa3

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

commit
4183c84ce7f1c3b03b272ae50f0678d2ec036115
parent
e6bc3fff758846cea9b393c1acda6bd8ec20d8d3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-03-26 08:41
bump version to 0.12.0

Diffstat

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

2 files changed, 12 insertions, 1 deletions


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

@@ -1,3 +1,14 @@
   -1     1 0.12.0 (2024-03-26)
   -1     2 -------------------
   -1     3 
   -1     4 -   Set ID field independent of `DEFAULT_AUTO_FIELD`
   -1     5 -   Add support for async in `MFAEnforceMiddleware`
   -1     6 -   Fix: include `login_failed_subject.txt` in package
   -1     7 -   Add support for django 5.0, drop support for django 4.1
   -1     8 -   Add support for python 3.12, drop support for python 3.7
   -1     9 -   Replace setup.py by pyproject.toml
   -1    10 
   -1    11 
    1    12 0.11.0 (2023-04-14)
    2    13 -------------------
    3    14 

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