Skip to content

Commit 3428a0e

Browse files
committed
chore: Release 65.4.0
1 parent d3be25e commit 3428a0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ChangeLog.rst

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

44
Note worthy changes

allauth/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

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

1313
__title__ = "django-allauth"
1414
__version_info__ = VERSION
@@ -17,4 +17,4 @@
1717
)
1818
__author__ = "Raymond Penners"
1919
__license__ = "MIT"
20-
__copyright__ = "Copyright 2010-2024 Raymond Penners and contributors"
20+
__copyright__ = "Copyright 2010-2025 Raymond Penners and contributors"

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.3.1
1+
django-allauth[mfa,socialaccount]>=65.4.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.3.1
1+
django-allauth[mfa,saml,socialaccount,steam]>=65.4.0

0 commit comments

Comments
 (0)