From 9ef70030ccf1b704b25fe9695fa5c428dea67f14 Mon Sep 17 00:00:00 2001 From: chaitanya Date: Thu, 26 Oct 2017 22:02:35 +0530 Subject: [PATCH] release 1.0 --- docs/conf.py | 8 ++++---- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b51b22e..ada4d0c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '0.0.4' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.4' +release = '1.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 = '0.0.4' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.4' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requirements.txt b/requirements.txt index 7e63bf9..521e750 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Django>=1.10 -django-mfa==0.0.10 +django-mfa==1.0 -r sandbox/requirements.txt diff --git a/setup.py b/setup.py index 514db9f..5b41ffe 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='django-mfa', - version='0.0.10', + version='1.0', packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'], include_package_data=True, description='A Django deployment package for all hosting types.',