Skip to content

Commit 459ba3f

Browse files
authored
📦 release: v3.2.1
1 parent c24b4b0 commit 459ba3f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

‎CHANGES.rst‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
This file is part of Invenio.
33
Copyright (C) 2015-2023 CERN.
44
Copyright (C) 2024-2025 Graz University of Technology.
5-
5+
Copyright (C) 2025 KTH Royal Institute of Technology.
66
Invenio is free software; you can redistribute it and/or modify it
77
under the terms of the MIT License; see LICENSE file for more details.
88
99
Changes
1010
=======
1111

12+
Version v3.2.1 (released 2025-10-22)
13+
14+
- i18n: pulled translations
15+
1216
Version v3.2.0 (released 2025-07-18)
1317

1418
- fix: remove datacite schema31 support

‎invenio_records_rest/__init__.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is part of Invenio.
44
# Copyright (C) 2015-2023 CERN.
55
# Copyright (C) 2024-2025 Graz University of Technology.
6+
# Copyright (C) 2025 KTH Royal Institute of Technology.
67
#
78
# Invenio is free software; you can redistribute it and/or modify it
89
# under the terms of the MIT License; see LICENSE file for more details.
@@ -712,6 +713,6 @@
712713
from .ext import InvenioRecordsREST
713714
from .proxies import current_records_rest
714715

715-
__version__ = "3.2.0"
716+
__version__ = "3.2.1"
716717

717718
__all__ = ("__version__", "current_records_rest", "InvenioRecordsREST")

0 commit comments

Comments
 (0)