From 674e4890cfddef13aaa25379473579b34e539373 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Fri, 27 Sep 2024 09:31:38 +0200 Subject: [PATCH] chore: Release 65.0.2 --- ChangeLog.rst | 2 +- allauth/__init__.py | 2 +- examples/react-spa/backend/requirements.txt | 2 +- examples/regular-django/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 2fa5ab7a77..0a9c1dcd75 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -65.0.2 (unreleased) +65.0.2 (2024-09-27) ******************* Fixes diff --git a/allauth/__init__.py b/allauth/__init__.py index 26cb74d54c..833cd08d1f 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (65, 0, 2, "dev", 0) +VERSION = (65, 0, 2, "final", 0) __title__ = "django-allauth" __version_info__ = VERSION diff --git a/examples/react-spa/backend/requirements.txt b/examples/react-spa/backend/requirements.txt index cc3cb358ba..0c45d171cd 100644 --- a/examples/react-spa/backend/requirements.txt +++ b/examples/react-spa/backend/requirements.txt @@ -1,2 +1,2 @@ -django-allauth[mfa,socialaccount]>=65.0.1 +django-allauth[mfa,socialaccount]>=65.0.2 qrcode >= 7.0.0 diff --git a/examples/regular-django/requirements.txt b/examples/regular-django/requirements.txt index 58e32a21e6..91a3189ee2 100644 --- a/examples/regular-django/requirements.txt +++ b/examples/regular-django/requirements.txt @@ -1 +1 @@ -django-allauth[mfa,saml,socialaccount,steam]>=65.0.1 +django-allauth[mfa,saml,socialaccount,steam]>=65.0.2