From 128d25fd308c3f3e9c9e10ae9c042b885eb43237 Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Mon, 16 Jun 2025 20:53:35 +0100 Subject: [PATCH 1/5] update dependencies --- pyproject.toml | 2 +- setting/requirements-pip.txt | 6 +++--- tbump.toml | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 094049c82..fb7a99b58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "localdb" -version = "2.2.35" +version = "2.5.1-rc0" authors = [] maintainers = [] description = "LocalDB Viewer for ITk Pixel Modules" diff --git a/setting/requirements-pip.txt b/setting/requirements-pip.txt index 298d86019..025baba75 100644 --- a/setting/requirements-pip.txt +++ b/setting/requirements-pip.txt @@ -15,9 +15,9 @@ itksn >= 0.4.2 json2html jsonschema matplotlib -module-qc-analysis-tools == 2.6.0rc0 -module-qc-data-tools == 1.3.0rc0 -module-qc-database-tools == 2.6.0 +module-qc-analysis-tools == 2.6.0 +module-qc-data-tools == 1.3.0 +module-qc-database-tools == 2.7.0 numpy pdf2image pillow diff --git a/tbump.toml b/tbump.toml index a94d9fb34..2cbf9f7b9 100644 --- a/tbump.toml +++ b/tbump.toml @@ -30,6 +30,10 @@ src = "tbump.toml" # its version.current attribute bumped anyway. search = "Bump version: {current_version} → " +[[file]] +src = "pyproject.toml" +search = 'version = "{current_version}"' + [[file]] src = "README.md" -- GitLab From 8d8f7ee2044d47074d13d2594dc9eca6d5b1c1b9 Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Mon, 16 Jun 2025 21:07:54 +0100 Subject: [PATCH 2/5] equalise versions --- .zenodo.json | 6 +++--- CITATION.cff | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index e7b16c913..a3b8cd33b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": " local database viewer for ITkPixV1.1 and ITkPixV2 module QC tests for the ATLAS ITk project", "license": "MIT", - "title": "atlas-itk-pixel-modules/ldb: v2.4.0", - "version": "v2.4.0", + "title": "atlas-itk-pixel-modules/ldb: v2.5.1-rc0", + "version": "v2.5.1-rc0", "upload_type": "software", "creators": [ { @@ -135,7 +135,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.4.0", + "identifier": "https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.5.1-rc0", "relation": "isSupplementTo" } ] diff --git a/CITATION.cff b/CITATION.cff index 1bb313e7b..684022619 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -81,6 +81,6 @@ keywords: license: - mit message: If you use this software, please cite it using the metadata from this file. -title: 'atlas-itk-pixel-modules/ldb: v2.4.0' +title: 'atlas-itk-pixel-modules/ldb: v2.5.1-rc0' type: software -version: v2.4.0 +version: v2.5.1-rc0 -- GitLab From ef73c1ee9dc657f25c4e39756ee683215754929d Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Mon, 16 Jun 2025 21:14:32 +0100 Subject: [PATCH 3/5] include previous line in tbump --- tbump.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbump.toml b/tbump.toml index 2cbf9f7b9..95951ec6c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -32,7 +32,7 @@ search = "Bump version: {current_version} → " [[file]] src = "pyproject.toml" -search = 'version = "{current_version}"' +search = 'name = "localdb"\nversion = "{current_version}"' [[file]] src = "README.md" -- GitLab From a9a319fe13667462a9423346ec9c647e6c62ba13 Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Mon, 16 Jun 2025 21:22:04 +0100 Subject: [PATCH 4/5] revert previous --- tbump.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbump.toml b/tbump.toml index 95951ec6c..2cbf9f7b9 100644 --- a/tbump.toml +++ b/tbump.toml @@ -32,7 +32,7 @@ search = "Bump version: {current_version} → " [[file]] src = "pyproject.toml" -search = 'name = "localdb"\nversion = "{current_version}"' +search = 'version = "{current_version}"' [[file]] src = "README.md" -- GitLab From 1e9207a2c685997f19a70d3d32d1c1b6d773908c Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Mon, 16 Jun 2025 21:23:57 +0100 Subject: [PATCH 5/5] match start of line --- tbump.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbump.toml b/tbump.toml index 2cbf9f7b9..0b4c8ca82 100644 --- a/tbump.toml +++ b/tbump.toml @@ -32,7 +32,7 @@ search = "Bump version: {current_version} → " [[file]] src = "pyproject.toml" -search = 'version = "{current_version}"' +search = '^version = "{current_version}"' [[file]] src = "README.md" -- GitLab