Skip to content

Commit 0885a1f

Browse files
committed
installation: bump dependencies and release v21.1.7
πŸ“ invenio-app-rdm (14.0.0b1.dev5 -> 14.0.0b1.dev6 πŸš€) πŸ“¦ release: v14.0.0b1.dev6 tombstone: add deletion policy fix(deletion-request): never disable the existing deletion request link fix(deletion-request): fetch existing request only for valid users fix(deletion-request): removal reasons in landing page data attribute vocab: add deletion_request prefix to removal_reasons vocabulary ui: added related identifiers to vocabulary views: remove unused data attributes from recordManagementMobile requests: ui: only show justification if present πŸ“ invenio-oauthclient (5.3.0 -> 5.3.1 πŸ›) πŸ“¦ release: v5.3.1 πŸ“ invenio-rdm-records (21.3.0 -> 21.3.2 πŸ›) πŸ“¦ release: v21.3.2 record_deletion: fix tests tombstone: remove removal note when with policy Since we show policy description, this no longer required. feat(record-deletion): show deletion policy on tombstone serializer: ui: fix removed by to show owner/admin/system πŸ“¦ release: v21.3.1 fix(config): reuse community records search params config * Search params configured by `RDM_SEARCH_ARGS_SCHEMA` were not used in the `/api/communities/{id}/records` endpoint.
1 parent 7a45633 commit 0885a1f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "zenodo-rdm-app"
3-
version = "21.1.6"
3+
version = "21.1.7"
44
authors = [
55
{ name = "CERN" }
66
]
77
license = "GPL-3.0"
88
requires-python = ">=3.9"
99
dependencies = [
10-
"invenio-app-rdm[opensearch2]~=14.0.0b1.dev2",
10+
"invenio-app-rdm[opensearch2]==14.0.0b1.dev6",
1111
"zenodo-legacy",
1212
"zenodo-rdm",
1313
# "commonmeta-py==0.8.6",

β€Žuv.lockβ€Ž

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)