Skip to content

Commit

Permalink
release: v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 30, 2024
1 parent a747a8f commit 710781e
Show file tree
Hide file tree
Showing 2 changed files with 7 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.0 (released 2024-07-30)

- feat(cli): add command for group creation
- feat(cli): add command for domain create

Version 5.0.1 (released 2024-03-22)

- models: fix username case-insensitive comparator
Expand Down
3 changes: 2 additions & 1 deletion invenio_accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -54,7 +55,7 @@
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
from .proxies import current_accounts

__version__ = "5.0.1"
__version__ = "5.1.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 710781e

Please sign in to comment.