From 8fca66cb7391fe643967982e3e9c7a2e6fcbe5bc Mon Sep 17 00:00:00 2001 From: Mike Overkamp <57257130+MikeOverkamp-diag@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:42:52 +0200 Subject: [PATCH] Release version 0.9.0 (#138) * Update HISTORY.md * Update pyproject.toml --- HISTORY.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9cb0a42..2170f6d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.9.0 (2022-08-22) + + - Removed `create_display_sets_from_images` utitlity function in favor of `add_cases_to_reader_study` + - Added support for all interface types in `add_cases_to_reader_study` + + ## 0.8.0 (2022-07-14) - Dropped reader study answer POST data validation diff --git a/pyproject.toml b/pyproject.toml index 029c7e4..6b0d980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcapi" -version = "0.8.0" +version = "0.9.0" description = "Python client for the grand-challenge.org REST API" authors = ["James Meakin "] license = "Apache-2.0"