Skip to content

Commit

Permalink
release: v4.39.0 👻
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 31, 2023
1 parent d947d95 commit 92dcd67
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
Expand Up @@ -11,6 +11,12 @@
Changes
=======

Version 4.39.0 (2023-10-31)

- jsonschema: remove unique items constraints
- ui: deposit fields license Custom SearchBar
- fix: upload going blank on translation

Version 4.38.3 (2023-10-30)

- oaiserver: fix record loading for db results
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.38.3"
__version__ = "4.39.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 92dcd67

Please sign in to comment.