Skip to content

Commit

Permalink
chore: Release 64.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Jul 31, 2024
1 parent 0667ff4 commit 9440c0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
64.0.0 (unreleased)
64.0.0 (2024-07-31)
*******************

Note worthy changes
-------------------

- Added support for WebAuthn based security keys and passkey login. Note that
this is currently disabled by default.

- The 0.x.y version numbers really did not do justice to the state of the
project, and we are way past the point where a version 1.0 would be
applicable. Additionally, 64 is a nice round number. Therefore, the version
Expand All @@ -15,6 +12,9 @@ Note worthy changes
include minor documented backwards incompatibilities. Always read the release
notes before upgrading.

- Added support for WebAuthn based security keys and passkey login. Note that
this is currently disabled by default.

- Headless: The TOTP URI is now available in the MFA activation response.

- Headless: When trying to sign up while a user is already logged in, you now get
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, 0, 0, "dev", 0)
VERSION = (64, 0, 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]>=0.63.6
django-allauth[mfa,socialaccount]>=64.0.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]>=0.63.6
django-allauth[mfa,saml,socialaccount,steam]>=64.0.0

0 comments on commit 9440c0a

Please sign in to comment.