Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Oct 26, 2017
1 parent 5edb427 commit 9ef7003
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 = '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.
Expand Down Expand Up @@ -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.
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==0.0.10
django-mfa==1.0
-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='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.',
Expand Down

0 comments on commit 9ef7003

Please sign in to comment.