# HG changeset patch # User Sebastien Jodogne # Date 1628786203 -7200 # Node ID 347af6f3d63a03d92f1666b082b7296c8f234444 # Parent ad31ac9a6fefd2e52f4f99182a33bf0ff4082057 OrthancPython-3.3 diff -r ad31ac9a6fef -r 347af6f3d63a CMakeLists.txt --- a/CMakeLists.txt Thu Aug 12 18:07:22 2021 +0200 +++ b/CMakeLists.txt Thu Aug 12 18:36:43 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.3") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r ad31ac9a6fef -r 347af6f3d63a NEWS --- a/NEWS Thu Aug 12 18:07:22 2021 +0200 +++ b/NEWS Thu Aug 12 18:36:43 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 3.3 (2021-08-12) +======================== + * New Python function: "orthanc.RegisterStorageArea()" * Custom exception "orthanc.OrthancException" is raised instead of "ValueError"