django-mfa3

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

commit
599cb68b632dbe52238408c30d94d13d8bf5008f
parent
fcaf55a261bf4d7aae4648d2f4b6d9a9a09366c1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-14 07:44
bump version to 0.11.0

Diffstat

M CHANGES.md 10 ++++++++++
M setup.py 2 +-

2 files changed, 11 insertions, 1 deletions


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

@@ -1,3 +1,13 @@
   -1     1 0.11.0 (2023-04-14)
   -1     2 -------------------
   -1     3 
   -1     4 -   Add setting `MFA_FIDO2_USER_VERIFICATION`
   -1     5 -   Allow to use FIDO2 on localhost without HTTPS if DEBUG is True (thanks to
   -1     6     humphrey)
   -1     7 -   Avoid autocompletion in the code field
   -1     8 -   Fix minimum supported django version (3.2) in the package
   -1     9 
   -1    10 
    1    11 0.10.0 (2023-03-19)
    2    12 -------------------
    3    13 

diff --git a/setup.py b/setup.py

@@ -9,7 +9,7 @@ setup(
    9     9     url='https://github.com/xi/django-mfa3',
   10    10     author='Tobias Bengfort',
   11    11     author_email='tobias.bengfort@posteo.de',
   12    -1     version='0.10.0',
   -1    12     version='0.11.0',
   13    13     license='MIT',
   14    14     packages=['mfa'],
   15    15     include_package_data=True,