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