File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v16.4.0 (released 2024-12-10)
16
+
17
+ - bibtex: add trailing comma in url field
18
+ - community-records: allow scan search
19
+ * Adds `scan ` and `scan_params ` arguments to
20
+ `CommunityRecordsService.search(...) `, to allow for serving scan
21
+ results (but only via the service).
22
+ - serializer: updated subjects and affiliations in dcat
23
+ - schema: added identifiers to subjects
24
+ - serializers: add datapackage serializer (#1742)
25
+
15
26
Version v16.3.4 (released 2024-12-06)
16
27
17
28
- github: return None for `NOASSERTION ` license
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "16.3.4 "
15
+ __version__ = "16.4.0 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments