From a3e8e9552fd8a67994d5ce1adea9aeb6c6186ec3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:59:01 +0000 Subject: [PATCH 1/2] Initial plan From 5a10e0753dd1035d5e185541bf7478617e4d29b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:05:07 +0000 Subject: [PATCH 2/2] Update version references in README.md from v0.12.9 to v0.12.12 Co-authored-by: LeMyst <1592048+LeMyst@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f671f2b..132593a5 100644 --- a/README.md +++ b/README.md @@ -355,10 +355,10 @@ python -m pip install . If you want to install a specific branch or tag from the repository, you can use the following command: ```bash -python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.9 +python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.12 ``` -where `v0.12.9` is the tag or branch you want to install. +where `v0.12.12` is the tag or branch you want to install. You can also use Poetry: