changeset 221:8e127a46128e OrthancPython-4.3

OrthancPython-4.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2024 09:37:44 +0200
parents 7ecdfdcb49d5
children 850b56948b9c
files .hgignore CITATION.cff CMakeLists.txt NEWS
diffstat 4 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Jul 04 08:32:24 2024 +0200
+++ b/.hgignore	Thu Jul 04 09:37:44 2024 +0200
@@ -9,3 +9,4 @@
 *.h.orig
 *.cpp.orig
 *.py.orig
+*.pyi.orig
--- a/CITATION.cff	Thu Jul 04 08:32:24 2024 +0200
+++ b/CITATION.cff	Thu Jul 04 09:37:44 2024 +0200
@@ -10,5 +10,5 @@
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
 repository-code: "https://orthanc.uclouvain.be/hg/orthanc/"
-version: 1.12.3
-date-released: 2024-01-31
+version: 1.12.4
+date-released: 2024-06-05
--- a/CMakeLists.txt	Thu Jul 04 08:32:24 2024 +0200
+++ b/CMakeLists.txt	Thu Jul 04 09:37:44 2024 +0200
@@ -25,7 +25,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "4.3")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Thu Jul 04 08:32:24 2024 +0200
+++ b/NEWS	Thu Jul 04 09:37:44 2024 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 4.3 (2024-07-04)
+========================
+
 * Created Python documentation for the Orthanc interface, check out "orthanc.pyi"
 * Added option "AllowThreads" to release the GIL during the call to the native SDK functions
 * Code model is now generated by the "orthanc-java" project