From 2291da5644b5442155a913cd9d8c06f13250d643 Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:45:03 +0200 Subject: [PATCH] Bump version --- HISTORY.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1066521..ff41653 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.14.0 (2024-10-15) + +* Removed support for Python 3.8 +* Added support for Python 3.12 and 3.13 + ## 0.13.2 (2023-10-23) * Fix DICOM-WSI conversion issue where not all levels were converted correctly diff --git a/pyproject.toml b/pyproject.toml index 51f8074..8696541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.13.2" +version = "0.14.0" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]