Skip to content

Commit 4f97524

Browse files
committed
chore: release 65.12.0
1 parent 4c821bd commit 4f97524

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
65.12.0 (unreleased)
1+
65.12.0 (2025-10-05)
22
********************
33

44
Note worthy changes

allauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

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

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

examples/react-spa/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django-allauth[mfa,socialaccount]>=65.11.2
1+
django-allauth[mfa,socialaccount]>=65.12.0
22
qrcode >= 7.0.0
33
drf-spectacular == 0.28.0
44
djangorestframework >= 3.15.2,<4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django-allauth[mfa,saml,socialaccount,steam]>=65.11.2
1+
django-allauth[mfa,saml,socialaccount,steam]>=65.12.0

0 commit comments

Comments
 (0)