changeset 326:da7716334dac OrthancPython-7.1

OrthancPython-7.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Apr 2026 17:22:51 +0200
parents 669914eab130
children 95fdc00a09d3
files CITATION.cff CMakeLists.txt NEWS
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Tue Apr 07 15:41:27 2026 +0200
+++ b/CITATION.cff	Tue Apr 07 17:22:51 2026 +0200
@@ -9,5 +9,5 @@
 doi: "10.1007/978-3-031-96899-0_18"
 license: "AGPL-3.0-or-later"
 repository-code: "https://orthanc.uclouvain.be/hg/orthanc-python/"
-version: "7.0"
-date-released: 2025-12-02
+version: "7.1"
+date-released: 2026-04-07
--- a/CMakeLists.txt	Tue Apr 07 15:41:27 2026 +0200
+++ b/CMakeLists.txt	Tue Apr 07 17:22:51 2026 +0200
@@ -25,7 +25,7 @@
 cmake_minimum_required(VERSION 2.8...4.0)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "7.1")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Tue Apr 07 15:41:27 2026 +0200
+++ b/NEWS	Tue Apr 07 17:22:51 2026 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 7.1 (2026-04-07)
+========================
+
 * Wrapped "RegisterStorageArea3()"