Skip to content

Commit

Permalink
release: v5.1.7 (fixed Python verion)
Browse files Browse the repository at this point in the history
* The `__version__` variable was not updated to 5.1.7.
  • Loading branch information
slint committed Nov 29, 2024
1 parent 4bf1e1b commit 1b18da4
Showing 1 changed file with 1 addition and 1 deletion.
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.5"
__version__ = "5.1.7"

__all__ = (
"__version__",
Expand Down

0 comments on commit 1b18da4

Please sign in to comment.