changeset 71:0fb9f2fb3157 OrthancPython-3.2

OrthancPython-3.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 17:09:25 +0200
parents c10386bee2e3
children 38b0a6a1ca56 37b28c504e83
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jun 11 14:54:26 2021 +0200
+++ b/CMakeLists.txt	Fri Jun 11 17:09:25 2021 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "3.2")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Fri Jun 11 14:54:26 2021 +0200
+++ b/NEWS	Fri Jun 11 17:09:25 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 3.2 (2021-06-11)
+========================
+
 * New functions from the SDK wrapped in Python:
   - orthanc.CreateDicom()
   - orthanc.CreateImageFromBuffer()