From f51a06b9ed19ad0a7664ca4ab529709d8998d7ed Mon Sep 17 00:00:00 2001 From: chaitanya Date: Thu, 25 Feb 2021 22:08:22 +0530 Subject: [PATCH] version 2.1 release --- docs/conf.py | 8 ++++---- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0debcbc..375975a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0' +release = '2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -346,9 +346,9 @@ # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0' +release = '2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cf85f50..febf186 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="django-mfa", - version="1.1", + version="2.1", packages=["django_mfa", "django_mfa.templatetags", "django_mfa.migrations"], include_package_data=True, description="A Django deployment package for all hosting types.", @@ -46,4 +46,4 @@ install_requires=[ "Django>=2.2.19", ], -) \ No newline at end of file +)