diff --git a/ChangeLog.rst b/ChangeLog.rst index cd82b8de7f..c9f5ee51ab 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ -0.63.2 (unreleased) +0.63.2 (2024-05-24) ******************* +Note worthy changes +------------------- + - ``allauth.headless`` now supports the ``is_open_for_signup()`` adapter method. In case signup is closed, a 403 is returned during signup. diff --git a/allauth/__init__.py b/allauth/__init__.py index d440899517..52552bf2dd 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (0, 63, 2, "dev", 0) +VERSION = (0, 63, 2, "final", 0) __title__ = "django-allauth" __version_info__ = VERSION