Skip to content

Commit

Permalink
📦 release: v16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 27, 2024
1 parent fc869cf commit 95bd5ba
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
Changes
=======

Version v16.3.0 (released 2024-11-27)

- github: added default license from Github API
- deposit-ui: fix affiliations rendering during edits
- github: added custom_fields in metadata extraction
- github: added optional swhid field to the bibtex export
- datacite: improve error logging formatting and grouping
* Avoids f-strings in logging calls so that entries are easier to be
grouped.
* Adds exception info to the logged errors.
- config: added service schema from config
- requests: manage sending notifications

Version v16.2.0 (released 2024-11-19)

- search: pass search parameters to collection records
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.2.0"
__version__ = "16.3.0"

__all__ = ("__version__", "InvenioRDMRecords")
2 changes: 1 addition & 1 deletion invenio_rdm_records/resources/serializers/bibtex/schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 CERN
# Copyright (C) 2023-2024 CERN
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 CERN
# Copyright (C) 2023-2024 CERN
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/services/github/release.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 CERN.
# Copyright (C) 2023-2024 CERN.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/services/pids/providers/datacite.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
# Copyright (C) 2023 Northwestern University.
# Copyright (C) 2023-2024 Graz University of Technology.
#
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/test_fixtures.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
# Copyright (C) 2021 Northwestern University.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
# Copyright (C) 2023 Northwestern University.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 95bd5ba

Please sign in to comment.