Skip to content

Commit

Permalink
chore: Release 65.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Sep 22, 2024
1 parent 6bbd967 commit aab5bd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
65.0.0 (unreleased)
65.0.0 (2024-09-22)
*******************

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

- Added transparent support for Django's ``LoginRequiredMiddleware`` (new since
Django 5.1).

Expand All @@ -24,7 +27,6 @@ Backwards incompatible changes
login stages you will have to adjust the cancel link into a logout POST.



64.2.1 (2024-09-05)
*******************

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, 3, 0, "dev", 0)
VERSION = (65, 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]>=64.2.1
django-allauth[mfa,socialaccount]>=65.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]>=64.2.1
django-allauth[mfa,saml,socialaccount,steam]>=65.0.0

0 comments on commit aab5bd5

Please sign in to comment.