Skip to content

Commit 0695ee3

Browse files
committed
Added issuer name and added support for django2.0
1 parent 2ff42f7 commit 0695ee3

3 files changed

Lines changed: 6 additions & 6 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.0'
60+
version = '1.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.0'
62+
release = '1.1'
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.0'
349+
version = '1.1'
350350
# The full version, including alpha/beta/rc tags.
351-
release = '1.0'
351+
release = '1.1'
352352

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

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.0
2+
django-mfa==1.1
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.0',
25+
version='1.1',
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)