Skip to content

Commit

Permalink
release: v4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 9, 2023
1 parent 5b31f83 commit bc0ad6d
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.17.1 (2023-11-09)

- api: do not synchronise db session on delete statement

Version 4.17.0 (2023-11-07)

- file manager: add teardown method (optimise performance)
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.17.0"
__version__ = "4.17.1"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit bc0ad6d

Please sign in to comment.