From a1869bf29cb57d231538e5bceded5dca8241efce Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Fri, 9 Jun 2023 11:54:53 +0200 Subject: [PATCH] Release Version 0.4.2 (#346) --- HISTORY.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 15760e6..622bc9c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,9 @@ # History -## 0.4.1 (2023-05-11) +## 0.4.2 (2023-06-09) - - Maximize pandas version to <2.0 as append is removed + - Replace pandas append function with concat + - Pin minimum version of `imageio` ## 0.4.0 (2023-03-03) diff --git a/pyproject.toml b/pyproject.toml index 7f06e5b..fc5d5a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evalutils" -version = "0.4.1" +version = "0.4.2" description = "evalutils helps users create extensions for grand-challenge.org" authors = ["James Meakin "] license = "MIT"