Skip to content

Commit 143b593

Browse files
committed
release: v12.0.0
1 parent e11f82a commit 143b593

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
..
33
Copyright (C) 2019-2024 CERN.
4-
Copyright (C) 2019 Northwestern University.
4+
Copyright (C) 2019-2024 Northwestern University.
55
66

77
Invenio-RDM-Records is free software; you can redistribute it and/or
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version v12.0.0 (released 2024-08-22)
15+
16+
- mappings: add analyzers and filters to improve results when searching records
17+
1418
Version v11.8.0 (released 2024-08-21)
1519

1620
- pids: fix parent DOI link generation

invenio_rdm_records/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2019-2024 CERN.
4-
# Copyright (C) 2019-2022 Northwestern University.
4+
# Copyright (C) 2019-2024 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
77
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "11.8.0"
13+
__version__ = "12.0.0"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)