From 6bd190c03f969f2d1d8d5f18aafc31447d344b76 Mon Sep 17 00:00:00 2001 From: gacou54 Date: Tue, 17 Oct 2023 16:31:59 -0400 Subject: [PATCH] Specify the use of the Python Plugin version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab1861..13af6c7 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Note that recent PyOrthanc versions will likely support older Orthanc version. | PyOrthanc version | Generated from | |-------------------|-----------------------------------------------| -| \>= 1.12.1 | Orthanc API 1.12.1 | +| \>= 1.13.0 | Orthanc API 1.12.1 with Python Plugin 4.0 | +| 1.12.* | Orthanc API 1.12.1 | | 1.11.* | Orthanc API 1.11.3 | | 0.2.* | Provided Google sheet from Orthanc maintainer |