Skip to content

Commit

Permalink
release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 1, 2024
1 parent e74ab68 commit cd53191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 4.0.1 (released 2024-02-01)

- models: fix column type for domain status

Version 4.0.0 (released 2024-01-29)

- sessions: check for request before accessing session
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
from .proxies import current_accounts

__version__ = "4.0.0"
__version__ = "4.0.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit cd53191

Please sign in to comment.