Skip to content

Commit

Permalink
release: v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 18, 2023
1 parent 3a3a4ad commit fb48d80
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 4.11.2 (2023-09-18)

- api: fix bool comparison

Version 4.11.1 (2023-09-15)

- records: added link template for read_many calls.
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRecordsResources

__version__ = "4.11.1"
__version__ = "4.11.2"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit fb48d80

Please sign in to comment.