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__",