Skip to content

Commit c91320a

Browse files
committed
chore: release 65.14.1
1 parent 86fff68 commit c91320a

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.14.1 (unreleased)
1+
65.14.1 (2026-02-07)
22
********************
33

44
Fixes

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, 14, 1, "dev", 0)
11+
VERSION = (65, 14, 1, "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.14.0
1+
django-allauth[mfa,socialaccount]>=65.14.1
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.14.0
1+
django-allauth[mfa,saml,socialaccount,steam]>=65.14.1

0 commit comments

Comments
 (0)