Skip to content

Commit 9ef7003

Browse files
committed
release 1.0
1 parent 5edb427 commit 9ef7003

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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 = '0.0.4'
60+
version = '1.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.0.4'
62+
release = '1.0'
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 = '0.0.4'
349+
version = '1.0'
350350
# The full version, including alpha/beta/rc tags.
351-
release = '0.0.4'
351+
release = '1.0'
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==0.0.10
2+
django-mfa==1.0
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='0.0.10',
25+
version='1.0',
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)