Skip to content

Commit

Permalink
release: v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit committed Mar 18, 2024
1 parent 9f5aa90 commit bc4f819
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.3 (released 2024-03-18)

- models: fix username case-insensitive comparator

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
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.2"
__version__ = "4.0.3"

__all__ = (
"__version__",
Expand Down

0 comments on commit bc4f819

Please sign in to comment.