Skip to content

Commit

Permalink
release: v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 14, 2023
1 parent d6dfb4a commit 12cbc46
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.1.1 (2023-10-14)

- model: prevent flush on select queries

Version 3.1.0 (2023-10-06)

- notifications add email and conditional user recipient generators
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__ = "3.1.0"
__version__ = "3.1.1"

__all__ = ("__version__",)

0 comments on commit 12cbc46

Please sign in to comment.