Skip to content

Commit

Permalink
release: v17.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 16, 2024
1 parent c20403d commit 661880b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019-2024 Northwestern University.
Copyright (C) 2024 KTH Royal Institute of Technology.
Copyright (C) 2024 Graz University of Technology.
Invenio-RDM-Records is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -12,6 +12,13 @@
Changes
=======

Version 17.0.0.dev1 (released 2024-12-16)

- fix: flask-sqlalchemy.pagination >= 3.0.0
- comp: make compatible to flask-sqlalchemy>=3.1
- setup: change to reusable workflows
- setup: bump major dependencies

Version v16.4.1 (released 2024-12-11)

- mappings: add missing `identifiers` to community orgs
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

from .ext import InvenioRDMRecords

__version__ = "16.4.1"
__version__ = "17.0.0.dev1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 661880b

Please sign in to comment.