Skip to content

Commit d1432ea

Browse files
committed
chore: Release 65.1.0
1 parent 5c9cef4 commit d1432ea

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.1.0 (unreleased)
1+
65.1.0 (2024-10-23)
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, 1, 0, "dev", 0)
11+
VERSION = (65, 1, 0, "final", 0)
1212

1313
__title__ = "django-allauth"
1414
__version_info__ = VERSION
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
django-allauth[mfa,socialaccount]>=65.0.2
1+
django-allauth[mfa,socialaccount]>=65.1.0
22
qrcode >= 7.0.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django-allauth[mfa,saml,socialaccount,steam]>=65.0.2
1+
django-allauth[mfa,saml,socialaccount,steam]>=65.1.0

0 commit comments

Comments
 (0)