Skip to content

Commit 89eeb83

Browse files
authored
Merge pull request #44 from MicroPyramid/recovery_codes_u2f
Recovery codes u2f
2 parents ac7a07b + 7dca4d2 commit 89eeb83

2 files changed

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

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

setup.py

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

4242
setup(
4343
name='django-mfa',
44-
version='1.2',
44+
version='2.0',
4545
packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'],
4646
include_package_data=True,
4747
description='A Django deployment package for all hosting types.',

0 commit comments

Comments
 (0)