Skip to content

Commit

Permalink
Bumped version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Dec 8, 2020
1 parent 2ced125 commit b66ae97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.5
* Fixed issue in __version__

## 2.0.4
* Fixed: Closes #30


## 2.0.3
* Fixed: __version__ to show correct version

Expand Down
2 changes: 1 addition & 1 deletion mfa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="2.0.3"
__version__="2.0.5"
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='2.0.3',
version='2.0.5',
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 b66ae97

Please sign in to comment.