From 6d45a8cdec5d0feedfc1047eb86fc3a94e17573d Mon Sep 17 00:00:00 2001 From: miriam-groeneveld <51329283+miriam-groeneveld@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:46:20 +0200 Subject: [PATCH] Release v0.13.2 (#106) --- HISTORY.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3edc541..1066521 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.13.2 (2023-10-23) + +* Fix DICOM-WSI conversion issue where not all levels were converted correctly +* Update variable name `file_errors` (was `errors`) in README.md + ## 0.13.1 (2023-07-19) * Fix timepoints determination diff --git a/pyproject.toml b/pyproject.toml index d3807ff..f7f7235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.13.1" +version = "0.13.2" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]