django-mfa3

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

commit
3e66d6000bb8602522fdceb082b9453a23b85910
parent
4183c84ce7f1c3b03b272ae50f0678d2ec036115
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-03-26 10:08
bump version to 0.12.1

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.12.1 (2024-03-26)
   -1     2 -------------------
   -1     3 
   -1     4 -   Fix failed package build
   -1     5 
   -1     6 
    1     7 0.12.0 (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.0"
   -1     7 version = "0.12.1"
    8     8 description = "multi factor authentication for django"
    9     9 readme = "README.md"
   10    10 license = {text = "MIT"}