Skip to content

Commit

Permalink
Updated to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Sep 10, 2020
1 parent 5b97d5a commit 4a772ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## 2.0.1
* Fixed: issue in migration between Postgres and SQLite
thnks to @swainn and @willingham

## 2.0
* Dropped support to djangp-1.8 and Python 2.7
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Depends on
* ua-parser
* user-agents
* python-jose
* fido2==0.7
* fido2==0.8.1


# Installation
Expand Down Expand Up @@ -158,3 +158,4 @@ function some_func() {
* [d3cline](https://github.com/d3cline)
* [swainn](https://github.com/swainn)
* [unramk](https://github.com/unramk)
* [willingham](https://github.com/willingham)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-mfa2',
version='2.0.0',
version='2.0.1',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -16,7 +16,7 @@
license='MIT',
packages=find_packages(),
install_requires=[
'django >= 1.7',
'django >= 2.0',
'jsonfield',
'simplejson',
'pyotp',
Expand Down

0 comments on commit 4a772ee

Please sign in to comment.