diff --git a/CHANGES.rst b/CHANGES.rst index 9d3d886..cc4ae04 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 2.4.1 (2024-05-08) + +- marhsmallow: remove deprecation warning + Version 2.4.0 (2023-12-08) - facet: Allow more than one possibility on range facets diff --git a/invenio_records_rest/__init__.py b/invenio_records_rest/__init__.py index 087c9ba..9b1beac 100644 --- a/invenio_records_rest/__init__.py +++ b/invenio_records_rest/__init__.py @@ -711,6 +711,6 @@ from .ext import InvenioRecordsREST from .proxies import current_records_rest -__version__ = "2.4.0" +__version__ = "2.4.1" __all__ = ("__version__", "current_records_rest", "InvenioRecordsREST")