Skip to content

Commit

Permalink
release: v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 10, 2023
1 parent 6c74274 commit dfeb75e
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 3.4.4 (released 2023-11-10)

models: do not set value in user preference getter

Version 3.4.3 (released 2023-10-20)

- email: force lowercase
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__ = "3.4.3"
__version__ = "3.4.4"

__all__ = (
"__version__",
Expand Down

0 comments on commit dfeb75e

Please sign in to comment.