From ef8287666c02c43762da6779ea892ced583f01a5 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Tue, 2 Mar 2021 19:40:07 +0300 Subject: [PATCH] Closes #37 --- mfa/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mfa/__init__.py b/mfa/__init__.py index 8eef514..0f81ac0 100644 --- a/mfa/__init__.py +++ b/mfa/__init__.py @@ -1 +1 @@ -__version__="2.1.0" +__version__="2.1.2" diff --git a/setup.py b/setup.py index c17c848..4dac42d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name='django-mfa2', - version='2.1.2b1', + version='2.1.2', description='Allows user to add 2FA to their accounts', long_description=open("README.md").read(), long_description_content_type="text/markdown", @@ -31,7 +31,7 @@ setup( include_package_data=True, zip_safe=False, # because we're including static files classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11",