From a41085c575b4903a1d2bcb30263044bc2aa6793d Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Wed, 10 Jul 2024 23:48:47 +0200 Subject: [PATCH] chore: Release 0.63.4 --- 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 f554416eff..b73f1fdec4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -0.63.4 (unreleased) +0.63.4 (2024-07-10) ******************* Security notice diff --git a/allauth/__init__.py b/allauth/__init__.py index 4307d08bc5..c65284c791 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (0, 63, 4, "dev", 0) +VERSION = (0, 63, 4, "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 438d86eb78..04d5cbe1a2 100644 --- a/examples/react-spa/backend/requirements.txt +++ b/examples/react-spa/backend/requirements.txt @@ -1,2 +1,2 @@ -django-allauth[mfa,socialaccount]>=0.63.3 +django-allauth[mfa,socialaccount]>=0.63.4 qrcode >= 7.0.0 diff --git a/examples/regular-django/requirements.txt b/examples/regular-django/requirements.txt index d50a17c99b..427da0ffbe 100644 --- a/examples/regular-django/requirements.txt +++ b/examples/regular-django/requirements.txt @@ -1 +1 @@ -django-allauth[mfa,saml,socialaccount]>=0.63.3 +django-allauth[mfa,saml,socialaccount]>=0.63.4