Skip to content

Commit

Permalink
release: v4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 6, 2023
1 parent a3dabea commit 2e363f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
Changes
=======

Version 4.19.0 (2023-09-06)

- custom fields: update namespace values
- tokens: make RAT subject schema configurable
- services: handle no-value DOI for links
- deposit-ui: use "vnd.inveniordm.v1+json" always
- access: serialize "owned_by" field
- resources: add "x-bibtex" record serialization
- resources: make record serializers configurable
- schema: expose checksum and file ID
- services: make record/draft API classes configurable

Version 4.18.0 (2023-09-06)

- uow: use ParentRecordCommitOp when committing parent
Expand Down
4 changes: 2 additions & 2 deletions invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019-2022 CERN.
# Copyright (C) 2019-2023 CERN.
# Copyright (C) 2019-2022 Northwestern University.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Expand All @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "4.18.0"
__version__ = "4.19.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 2e363f3

Please sign in to comment.