From 8efdccf23bc29986f7081f94fabb0eb13c58bb49 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Thu, 21 Mar 2024 16:54:58 +0100 Subject: [PATCH] =?UTF-8?q?release:=20v5.0.0=20=F0=9F=8C=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 5 +++++ invenio_accounts/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 72545ca3..781bcc7a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,11 @@ Changes ======= +Version 5.0.0 (released 2024-03-21) + +- fix: before_first_request deprecation +- change module blueprint to callable + Version 4.0.2 (released 2024-02-19) - add change history tracking of domains diff --git a/invenio_accounts/__init__.py b/invenio_accounts/__init__.py index e457ddea..4df8a5fa 100644 --- a/invenio_accounts/__init__.py +++ b/invenio_accounts/__init__.py @@ -54,7 +54,7 @@ from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI from .proxies import current_accounts -__version__ = "4.0.2" +__version__ = "5.0.0" __all__ = ( "__version__",