From 949cc441d4ff56969509cba5aa8d5c643f6ab649 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Tue, 12 Dec 2023 20:32:20 +0100 Subject: [PATCH] chore: Release 0.59.0 --- ChangeLog.rst | 4 +++- allauth/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index e53d3a30a2..c81fd7e56a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -0.59.0 (unreleased) +0.59.0 (2023-12-13) ******************* Note worthy changes @@ -25,6 +25,8 @@ Note worthy changes - Added a setting ``ACCOUNT_EMAIL_UNKNOWN_ACCOUNTS`` to disable sending of emails to unknown accounts. +- You can now override the MFA forms via the ``MFA_FORMS`` setting. + Backwards incompatible changes ------------------------------ diff --git a/allauth/__init__.py b/allauth/__init__.py index 223260861a..20ca3fc419 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (0, 59, 0, "dev", 0) +VERSION = (0, 59, 0, "final", 0) __title__ = "django-allauth" __version_info__ = VERSION