Skip to content

Commit

Permalink
release: v4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 13, 2023
1 parent 801c293 commit 32bb60b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

..
Copyright (C) 2019-2023 CERN.
Copyright (C) 2019 Northwestern University.
Expand All @@ -10,6 +11,11 @@
Changes
=======

Version 4.21.0 (2023-09-13)

- service: prevent creating a request if invalid restrictions
- mappings: added award acronym to os-v1 and es-v7

Version 4.20.1 (2023-09-12)

- records: adds conditional dumping of files
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 @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "4.20.1"
__version__ = "4.21.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 32bb60b

Please sign in to comment.