Skip to content

Commit 7baf162

Browse files
committed
updated version
1 parent 82f4163 commit 7baf162

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '1.1'
60+
version = '1.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.1'
62+
release = '1.2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.
@@ -346,9 +346,9 @@
346346
# built documents.
347347
#
348348
# The short X.Y version.
349-
version = '1.1'
349+
version = '1.2'
350350
# The full version, including alpha/beta/rc tags.
351-
release = '1.1'
351+
release = '1.2'
352352

353353
# The language for content autogenerated by Sphinx. Refer to documentation
354354
# for a list of supported languages.

docs/installation_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requirements
66

77
====== ====================
88
Python >= 2.6 (or Python 3)
9-
Django < 1.10
9+
Django >= 1.11
1010
====== ====================
1111

1212
Installation

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Django>=1.10
2-
django-mfa==1.1
2+
django-mfa==1.2
33
-r sandbox/requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-mfa',
25-
version='1.1',
25+
version='1.2',
2626
packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'],
2727
include_package_data=True,
2828
description='A Django deployment package for all hosting types.',

0 commit comments

Comments
 (0)