Skip to content

Commit

Permalink
release: v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Sep 19, 2024
1 parent b736d3b commit 037e2ec
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 5.1.2 (released 2024-09-19)

- setup: bump minimum flask-security-invenio dependency
- security: handle missing value for current session

Version 5.1.1 (released 2024-08-08)

- revert: commit f9a8a85
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
from .proxies import current_accounts

__version__ = "5.1.1"
__version__ = "5.1.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 037e2ec

Please sign in to comment.