Skip to content

Commit

Permalink
release: v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jan 22, 2024
1 parent 96ad320 commit 7b20a36
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.5.2 (released 2024-01-22)

- sessions: check for request before accessing session

Version 3.5.1 (released 2023-12-10)

- views: disable registering of `settings.change_password` menu
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.1"
__version__ = "3.5.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 7b20a36

Please sign in to comment.