Skip to content

Commit

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

Version v16.4.2 (released 2024-12-17)

- rights: fix serialize condition for controlled license

Version v16.4.1 (released 2024-12-11)

- mappings: add missing `identifiers` to community orgs
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.4.1"
__version__ = "16.4.2"

__all__ = ("__version__", "InvenioRDMRecords")
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of Invenio-RDM-Records
// Copyright (C) 2020-2023 CERN.
// Copyright (C) 2020-2024 CERN.
// Copyright (C) 2020-2022 Northwestern University.
//
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit f3606a4

Please sign in to comment.