File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = '2.0 '
60+ version = '2.1 '
6161# The full version, including alpha/beta/rc tags.
62- release = '2.0 '
62+ release = '2.1 '
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
346346# built documents.
347347#
348348# The short X.Y version.
349- version = '2.0 '
349+ version = '2.1 '
350350# The full version, including alpha/beta/rc tags.
351- release = '2.0 '
351+ release = '2.1 '
352352
353353# The language for content autogenerated by Sphinx. Refer to documentation
354354# for a list of supported languages.
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = "django-mfa" ,
24- version = "1 .1" ,
24+ version = "2 .1" ,
2525 packages = ["django_mfa" , "django_mfa.templatetags" , "django_mfa.migrations" ],
2626 include_package_data = True ,
2727 description = "A Django deployment package for all hosting types." ,
4646 install_requires = [
4747 "Django>=2.2.19" ,
4848 ],
49- )
49+ )
You can’t perform that action at this time.
0 commit comments