Skip to content

Commit

Permalink
release: v4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 19, 2023
1 parent 67197e7 commit 3a90f32
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.3 (2023-09-19)

- revert fix bool comparison in api

Version 4.11.2 (2023-09-18)

- api: fix bool comparison
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.2"
__version__ = "4.11.3"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit 3a90f32

Please sign in to comment.