Skip to content

Commit

Permalink
release: v5.0.0 🌷
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Mar 21, 2024
1 parent c601010 commit 8efdccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/__init__.py
Expand Up @@ -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__",
Expand Down

0 comments on commit 8efdccf

Please sign in to comment.