# HG changeset patch # User Sebastien Jodogne # Date 1585727103 -7200 # Node ID 13589c36243dfbdaed6e10fcb6ecf0c6c3ea0db7 # Parent 952e969a22409c29092b982dfd62227e92d06a18 OrthancPython-1.0 diff -r 952e969a2240 -r 13589c36243d CMakeLists.txt --- a/CMakeLists.txt Wed Apr 01 08:19:13 2020 +0200 +++ b/CMakeLists.txt Wed Apr 01 09:45:03 2020 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.0") set(PYTHON_VERSION "3.6" CACHE STRING "Version of Python to be used") diff -r 952e969a2240 -r 13589c36243d NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Wed Apr 01 09:45:03 2020 +0200 @@ -0,0 +1,8 @@ +Pending changes in the mainline +=============================== + + +Version 1.0 (2020-04-01) +======================== + +* Initial release diff -r 952e969a2240 -r 13589c36243d README --- a/README Wed Apr 01 08:19:13 2020 +0200 +++ b/README Wed Apr 01 09:45:03 2020 +0200 @@ -6,16 +6,15 @@ ------------------- This repository contains the source code of a plugin to create new -plugins for Orthanc using the Python programming language. +plugins for Orthanc using the Python programming language, rather than +using C/C++. Installation and usage ---------------------- -Build instructions are similar to that of Orthanc: -http://book.orthanc-server.com/faq/compiling.html - -Usage details are available as part of the Orthanc Book: +Build instructions and usage details are available as part of the +Orthanc Book: http://book.orthanc-server.com/plugins/python.html