From f6577fa0ff0060f1debb4dfe1103d8484aaea69c Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Fri, 31 May 2024 19:32:26 +0200 Subject: [PATCH] chore: Release 0.63.3 --- 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 166c3fda1e..8735ed8edf 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -0.63.3 (unreleased) +0.63.3 (2024-05-31) ******************* Note worthy changes diff --git a/allauth/__init__.py b/allauth/__init__.py index 6457fd41f3..f5c19db06a 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (0, 63, 3, "dev", 0) +VERSION = (0, 63, 3, "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 761dd6ccae..438d86eb78 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.1 +django-allauth[mfa,socialaccount]>=0.63.3 qrcode >= 7.0.0 diff --git a/examples/regular-django/requirements.txt b/examples/regular-django/requirements.txt index d54073604d..d50a17c99b 100644 --- a/examples/regular-django/requirements.txt +++ b/examples/regular-django/requirements.txt @@ -1 +1 @@ -django-allauth[mfa,saml,socialaccount]>=0.63.1 +django-allauth[mfa,saml,socialaccount]>=0.63.3