Skip to content

Commit

Permalink
release: v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Aug 7, 2024
1 parent 9b58e24 commit d3d7849
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.2.1 (released 2024-08-07)

- config: Update records_html link
- moderation: fix admin record / draft links

Version 5.2.0 (released 2024-05-07)

- groups: add permissions and config to control groups feature flag
Expand Down
2 changes: 1 addition & 1 deletion invenio_users_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

"""Invenio module providing management APIs for users and roles/groups."""

__version__ = "5.2.0"
__version__ = "5.2.1"

__all__ = ("__version__",)

0 comments on commit d3d7849

Please sign in to comment.