We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fecfb commit 4f4a7ecCopy full SHA for 4f4a7ec
‎CHANGES.rst
@@ -12,7 +12,9 @@
12
Changes
13
=======
14
15
-Version 17.0.0.dev1 (released 2024-12-16)
+Version v17.0.0.dev2 (released 2025-01-23)
16
+
17
+Version v17.0.0.dev1 (released 2024-12-16)
18
19
- fix: flask-sqlalchemy.pagination >= 3.0.0
20
- comp: make compatible to flask-sqlalchemy>=3.1
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "17.0.0.dev1"
+__version__ = "17.0.0.dev2"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments