Skip to content

Commit

Permalink
release: v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Dec 21, 2023
1 parent af877a6 commit 1928691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 3.5.1 (released 2023-12-10)

- views: disable registering of `settings.change_password` menu
if `ACCOUNTS_REGISTER_BLUEPRINT` is False

Version 3.5.0 (released 2023-11-10)

- datastore: override put method to add changes to db history
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.5.0"
__version__ = "3.5.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 1928691

Please sign in to comment.