Skip to content

Commit 661880b

Browse files
committed
release: v17.0.0.dev1
1 parent c20403d commit 661880b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright (C) 2019-2024 CERN.
44
Copyright (C) 2019-2024 Northwestern University.
55
Copyright (C) 2024 KTH Royal Institute of Technology.
6-
6+
Copyright (C) 2024 Graz University of Technology.
77
88
Invenio-RDM-Records is free software; you can redistribute it and/or
99
modify it under the terms of the MIT License; see LICENSE file for more
@@ -12,6 +12,13 @@
1212
Changes
1313
=======
1414

15+
Version 17.0.0.dev1 (released 2024-12-16)
16+
17+
- fix: flask-sqlalchemy.pagination >= 3.0.0
18+
- comp: make compatible to flask-sqlalchemy>=3.1
19+
- setup: change to reusable workflows
20+
- setup: bump major dependencies
21+
1522
Version v16.4.1 (released 2024-12-11)
1623

1724
- mappings: add missing `identifiers` to community orgs

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "16.4.1"
15+
__version__ = "17.0.0.dev1"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)