From 7efad9cd648af285c66dc27a8023ba828dbb9e4d Mon Sep 17 00:00:00 2001 From: James <12661555+jmsmkn@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:36:11 +0200 Subject: [PATCH] Release 0.8.3 (#86) * Update pyproject.toml * Update HISTORY.md --- HISTORY.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index dc0aa62..ed5ccb7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.8.3 (2022-06-22) + +* Fix installation on Windows +* Fix DICOM imports with missing instance number + ## 0.8.2 (2022-06-15) * `post_process` is now a public method diff --git a/pyproject.toml b/pyproject.toml index a8c7640..9314595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.8.2" +version = "0.8.3" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]