From 38a8db3c9b4191a08e70d1e4be29209458178d7f Mon Sep 17 00:00:00 2001 From: Sjoerd Kerkstra Date: Tue, 17 Sep 2024 16:23:16 +0200 Subject: [PATCH] Release version 3.2.0 (#55) * Update pyproject.toml * Update HISTORY.md --- HISTORY.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7b90ac9..5466889 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,7 @@ # History +## v3.2.0 (17-09-24) +* Moves to pydantic v2, releases pydantic 1.8.2 pin. See #54 + ## v3.1.0 (18-04-24) * Rewrites caching: * Trolley no longer caches results by default, cleans up Trolley. diff --git a/pyproject.toml b/pyproject.toml index 89fce06..25504ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dicomtrolley" -version = "3.1.0" +version = "3.2.0" description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR" authors = ["sjoerdk "] readme = "README.md"