Skip to content

Commit

Permalink
release: v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 16, 2024
1 parent 3cc509a commit a376edf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 5.2.3 (released 2024-02-16)

- schema: avoid mutating original data in pre_load

Version 5.2.2 (released 2024-02-09)

- models: restore file record key unique index
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__ = "5.2.2"
__version__ = "5.2.3"

__all__ = ("__version__", "InvenioRecordsResources")
2 changes: 1 addition & 1 deletion invenio_records_resources/services/records/schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020 CERN.
# Copyright (C) 2020-2024 CERN.
# Copyright (C) 2022 TU Wien.
#
# Invenio-Records-Resources is free software; you can redistribute it and/or
Expand Down

0 comments on commit a376edf

Please sign in to comment.