Skip to content

Commit

Permalink
Moved to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Jun 20, 2019
1 parent b9f06f8 commit 9555c78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion mfa/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v 1.6.0
* Fixed some issues for django>= 2.0
* Added example app.

## v.1.5.0
* Added id the key used to validate to the session dictionary as 'id'
## v1.4.0
Expand All @@ -10,4 +14,4 @@
* Windows Hello is now supported.

## 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.
2 changes: 1 addition & 1 deletion mfa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="1.5.0"
__version__="1.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-mfa2',
version='1.5.0',
version='1.6',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9555c78

Please sign in to comment.