Skip to content

Commit

Permalink
version 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Feb 25, 2021
1 parent 3a4dba5 commit f51a06b
Show file tree
Hide file tree
Showing 2 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 = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.1'

# 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 = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="django-mfa",
version="1.1",
version="2.1",
packages=["django_mfa", "django_mfa.templatetags", "django_mfa.migrations"],
include_package_data=True,
description="A Django deployment package for all hosting types.",
Expand All @@ -46,4 +46,4 @@
install_requires=[
"Django>=2.2.19",
],
)
)

0 comments on commit f51a06b

Please sign in to comment.