Skip to content

Commit

Permalink
Added issuer name and added support for django2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Sep 20, 2018
1 parent 2ff42f7 commit 0695ee3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -346,9 +346,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django>=1.10
django-mfa==1.0
django-mfa==1.1
-r sandbox/requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='django-mfa',
version='1.0',
version='1.1',
packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'],
include_package_data=True,
description='A Django deployment package for all hosting types.',
Expand Down

0 comments on commit 0695ee3

Please sign in to comment.