Bumped version to 2.0.5

This commit is contained in:
Mohamed El-Kalioby
2020-12-08 17:38:19 +03:00
parent 2ced125e9f
commit b66ae97a0d
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Change Log # Change Log
## 2.0.5
* Fixed issue in __version__
## 2.0.4
* Fixed: Closes #30
## 2.0.3 ## 2.0.3
* Fixed: __version__ to show correct version * Fixed: __version__ to show correct version

View File

@@ -1 +1 @@
__version__="2.0.3" __version__="2.0.5"

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup( setup(
name='django-mfa2', name='django-mfa2',
version='2.0.3', version='2.0.5',
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",