Skip to content

Commit

Permalink
release: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed May 8, 2024
1 parent 35845fc commit 6f79d3f
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 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
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 6f79d3f

Please sign in to comment.