File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
Copyright (C) 2019-2024 CERN.
4
4
Copyright (C) 2019-2024 Northwestern University.
5
5
Copyright (C) 2024 KTH Royal Institute of Technology.
6
-
6
+ Copyright (C) 2024 Graz University of Technology.
7
7
8
8
Invenio-RDM-Records is free software; you can redistribute it and/or
9
9
modify it under the terms of the MIT License; see LICENSE file for more
12
12
Changes
13
13
=======
14
14
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
+
15
22
Version v16.4.1 (released 2024-12-11)
16
23
17
24
- mappings: add missing `identifiers ` to community orgs
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "16.4.1 "
15
+ __version__ = "17.0.0.dev1 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments