Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 9, 2024
1 parent b0d2fae commit b9861c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
..
This file is part of Invenio.
Copyright (C) 2015-2023 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.

Changes
=======

Version 3.0.0 (2024-12-09)

- tests: fix sneaking in indices
- tests: remove before_first_request use
- tests: apply changes for sqlalchemy>=2.0
- setup: change to reusable workflows
- setup: bump major dependencies

Version 2.4.1 (2024-05-08)

- marhsmallow: remove deprecation warning
Expand Down
3 changes: 2 additions & 1 deletion invenio_records_rest/__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-2023 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 @@ -711,6 +712,6 @@
from .ext import InvenioRecordsREST
from .proxies import current_records_rest

__version__ = "2.4.1"
__version__ = "3.0.0"

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

0 comments on commit b9861c0

Please sign in to comment.