From 7baf16297ffa8b5b4aa0b9961a889a964fcbdb39 Mon Sep 17 00:00:00 2001 From: chaitanya Date: Sun, 17 Mar 2019 00:24:25 +0530 Subject: [PATCH] updated version --- docs/conf.py | 8 ++++---- docs/installation_setup.rst | 2 +- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fb602ff..ae755c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.2' # 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.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/installation_setup.rst b/docs/installation_setup.rst index cf11472..1fdf847 100644 --- a/docs/installation_setup.rst +++ b/docs/installation_setup.rst @@ -6,7 +6,7 @@ Requirements ====== ==================== Python >= 2.6 (or Python 3) -Django < 1.10 +Django >= 1.11 ====== ==================== Installation diff --git a/requirements.txt b/requirements.txt index 55eea3a..7566125 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Django>=1.10 -django-mfa==1.1 +django-mfa==1.2 -r sandbox/requirements.txt diff --git a/setup.py b/setup.py index 4840f12..1551618 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='django-mfa', - version='1.1', + version='1.2', packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'], include_package_data=True, description='A Django deployment package for all hosting types.',