Skip to content

Commit

Permalink
release: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 5, 2024
1 parent 66e542e commit 3d4abad
Show file tree
Hide file tree
Showing 2 changed files with 6 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 v2.4.1 (released 2024-11-05)

- model: make forward compatible to sqlalchemy >= 2

Version v2.4.0 (released 2024-10-08)

- relation: modified lookup_data for nested fields
Expand Down
3 changes: 2 additions & 1 deletion invenio_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -331,7 +332,7 @@
from .api import Record
from .ext import InvenioRecords

__version__ = "2.4.0"
__version__ = "2.4.1"

__all__ = (
"InvenioRecords",
Expand Down

0 comments on commit 3d4abad

Please sign in to comment.