Skip to content

Commit

Permalink
chore: Release 64.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Aug 15, 2024
1 parent 4b13c66 commit b7eaefd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
64.1.0 (unreleased)
64.1.0 (2024-08-15)
*******************

Note worthy changes
Expand All @@ -9,7 +9,7 @@ Note worthy changes

- Limited the maximum allowed time for a login to go through the various login
stages. This limits, for example, the time span that the 2FA stage remains
available.
available. See ``settings.ACCOUNT_LOGIN_TIMEOUT``.


Security notice
Expand Down
2 changes: 1 addition & 1 deletion allauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

VERSION = (64, 1, 0, "dev", 0)
VERSION = (64, 1, 0, "final", 0)

__title__ = "django-allauth"
__version_info__ = VERSION
Expand Down
2 changes: 1 addition & 1 deletion examples/react-spa/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django-allauth[mfa,socialaccount]>=64.0.0
django-allauth[mfa,socialaccount]>=64.1.0
qrcode >= 7.0.0
2 changes: 1 addition & 1 deletion examples/regular-django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django-allauth[mfa,saml,socialaccount,steam]>=64.0.0
django-allauth[mfa,saml,socialaccount,steam]>=64.1.0

0 comments on commit b7eaefd

Please sign in to comment.