Skip to content

Commit

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

Fixes
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 = (65, 0, 2, "dev", 0)
VERSION = (65, 0, 2, "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]>=65.0.1
django-allauth[mfa,socialaccount]>=65.0.2
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]>=65.0.1
django-allauth[mfa,saml,socialaccount,steam]>=65.0.2

0 comments on commit 674e489

Please sign in to comment.