Skip to content

Commit f8001a9

Browse files
committed
chore: Release 65.5.0
1 parent a2d8ee0 commit f8001a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
65.5.0 (unreleased)
1+
65.5.0 (2025-03-14)
22
*******************
33

44
Note worthy changes

allauth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
VERSION = (65, 5, 0, "dev", 0)
11+
VERSION = (65, 5, 0, "final", 0)
1212

1313
__title__ = "django-allauth"
1414
__version_info__ = VERSION

examples/react-spa/backend/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django-allauth[mfa,socialaccount]>=65.4.1
1+
django-allauth[mfa,socialaccount]>=65.5.0
22
qrcode >= 7.0.0
33
drf-spectacular == 0.28.0
44
djangorestframework >= 3.15.2,<4
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django-allauth[mfa,saml,socialaccount,steam]>=65.4.1
1+
django-allauth[mfa,saml,socialaccount,steam]>=65.5.0

0 commit comments

Comments
 (0)