diff --git a/CHANGES.md b/CHANGES.md index 23f3cbf..c526765 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +Version 1.25.2 (release 2026-01-27) + +- fix(versions): typo in component rendering + Version 1.25.1 (release 2026-01-26) - fix(versions): show copy button only in published versions diff --git a/pyproject.toml b/pyproject.toml index e9a36e4..08c3f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cds-rdm-app" -version = "1.25.1" +version = "1.25.2" authors = [ { name = "CERN" } ] @@ -22,6 +22,11 @@ dependencies = [ cds-rdm = { workspace = true } invenio-cern-sync = { git = "https://github.com/cerndocumentserver/invenio-cern-sync", rev = "v0.5.0"} +#[tool.uv] +#override-dependencies = [ +# "invenio-requests @ git+https://github.com/inveniosoftware/invenio-requests.git@feature/comments", +#] + [tool.uv.workspace] members = [ "site", diff --git a/uv.lock b/uv.lock index 3e9d91b..df0c96f 100644 --- a/uv.lock +++ b/uv.lock @@ -556,7 +556,7 @@ source = { editable = "site" } [[package]] name = "cds-rdm-app" -version = "1.25.1" +version = "1.25.2" source = { virtual = "." } dependencies = [ { name = "cds-rdm" },