From 1e995f5230deed377d043d58708794d089753950 Mon Sep 17 00:00:00 2001 From: chaitanya Date: Thu, 22 Aug 2019 23:17:03 +0530 Subject: [PATCH] version update --- docs/conf.py | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ae755c9..0debcbc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.2' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '1.2' +release = '2.0' # 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 = '1.2' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '1.2' +release = '2.0' # 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 13cc4ba..19cdfac 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='django-mfa', - version='1.2', + version='2.0', packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'], include_package_data=True, description='A Django deployment package for all hosting types.',