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 43be9e2..c2e42ea 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.',