Skip to content

Commit f51a06b

Browse files
committed
version 2.1 release
1 parent 3a4dba5 commit f51a06b

File tree

2 files changed

+6
-6
lines changed

2 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 = '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.
@@ -346,9 +346,9 @@
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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
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.",
@@ -46,4 +46,4 @@
4646
install_requires=[
4747
"Django>=2.2.19",
4848
],
49-
)
49+
)

0 commit comments

Comments
 (0)