From a87b1660173d6a39a49fc7a95ec8896b27127ea9 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Wed, 23 Jul 2025 15:50:12 -0700 Subject: [PATCH 1/2] update versions --- docs/release-note.md | 2 ++ setting/requirements-pip.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release-note.md b/docs/release-note.md index 1e45c881e..e4aefdd97 100644 --- a/docs/release-note.md +++ b/docs/release-note.md @@ -20,6 +20,8 @@ more recent version for the current measurement - disable recycling for simple analyses that are already matching the latest version +- mqdt to `v1.3.1` +- mqdbt to `v2.7.2` ## [v2.6.6](https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.6.6) diff --git a/setting/requirements-pip.txt b/setting/requirements-pip.txt index 4ae15e0d1..43bba3d3f 100644 --- a/setting/requirements-pip.txt +++ b/setting/requirements-pip.txt @@ -16,8 +16,8 @@ json2html jsonschema matplotlib module-qc-analysis-tools == 2.6.4 -module-qc-data-tools == 1.3.0 -module-qc-database-tools == 2.7.1 +module-qc-data-tools == 1.3.1 +module-qc-database-tools == 2.7.2 numpy pdf2image pillow -- GitLab From 0b3f7b26b5f814f400212c1d55a28865923df081 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Wed, 23 Jul 2025 15:50:59 -0700 Subject: [PATCH 2/2] add MR # in --- docs/release-note.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-note.md b/docs/release-note.md index e4aefdd97..d6d929cff 100644 --- a/docs/release-note.md +++ b/docs/release-note.md @@ -20,8 +20,8 @@ more recent version for the current measurement - disable recycling for simple analyses that are already matching the latest version -- mqdt to `v1.3.1` -- mqdbt to `v2.7.2` +- mqdt to `v1.3.1` (!300) +- mqdbt to `v2.7.2` (!300) ## [v2.6.6](https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.6.6) -- GitLab