From 552bb545ebd910536b237dbec6bc7feef5825e16 Mon Sep 17 00:00:00 2001 From: miriam-groeneveld <51329283+miriam-groeneveld@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:07:49 +0100 Subject: [PATCH] Release Version 0.6.2 (#118) --- HISTORY.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index cf5f920..233bf65 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History + +## 0.6.2 (2022-03-08) + + - Added line answer types to other schemas + ## 0.6.1 (2022-03-08) - Added line answer types to reader study schema diff --git a/pyproject.toml b/pyproject.toml index a82affb..89c2776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcapi" -version = "0.6.1" +version = "0.6.2" description = "Python client for the grand-challenge.org REST API" authors = ["James Meakin "] license = "Apache-2.0"