Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9555c7820b |
@@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## v 1.6.0
|
||||||
|
* Fixed some issues for django>= 2.0
|
||||||
|
* Added example app.
|
||||||
|
|
||||||
## v.1.5.0
|
## v.1.5.0
|
||||||
* Added id the key used to validate to the session dictionary as 'id'
|
* Added id the key used to validate to the session dictionary as 'id'
|
||||||
## v1.4.0
|
## v1.4.0
|
||||||
@@ -10,4 +14,4 @@
|
|||||||
* Windows Hello is now supported.
|
* Windows Hello is now supported.
|
||||||
|
|
||||||
## v1.2.0
|
## v1.2.0
|
||||||
* Added: MFA_HIDE_DISABLE setting option to disable users from deactivating their keys.
|
* Added: MFA_HIDE_DISABLE setting option to disable users from deactivating their keys.
|
||||||
@@ -1 +1 @@
|
|||||||
__version__="1.5.0"
|
__version__="1.6.0"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-mfa2',
|
name='django-mfa2',
|
||||||
version='1.5.0',
|
version='1.6',
|
||||||
description='Allows user to add 2FA to their accounts',
|
description='Allows user to add 2FA to their accounts',
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user