Skip to content

Commit

Permalink
📦 release: v16.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 10, 2024
1 parent 2b28f50 commit fa450c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
Changes
=======

Version v16.4.0 (released 2024-12-10)

- bibtex: add trailing comma in url field
- community-records: allow scan search
* Adds `scan` and `scan_params` arguments to
`CommunityRecordsService.search(...)`, to allow for serving scan
results (but only via the service).
- serializer: updated subjects and affiliations in dcat
- schema: added identifiers to subjects
- serializers: add datapackage serializer (#1742)

Version v16.3.4 (released 2024-12-06)

- github: return None for `NOASSERTION` license
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.3.4"
__version__ = "16.4.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit fa450c3

Please sign in to comment.