diff --git a/HISTORY.md b/HISTORY.md index 16f36ca..ff3fc24 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,7 @@ # History +## v4.1.0 (20-01-26) +* Adds WadoRSMetadata Downloader to download metadata-only datasets via WADO-RS. Fixes #65 + ## v4.0.0 (26-12-25) * Upgrades Pydantic API from V1 to V2 diff --git a/pyproject.toml b/pyproject.toml index 548176d..d0f53ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dicomtrolley" -version = "4.0.0" +version = "4.1.0" description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR" authors = [{name="Sjoerd Kerkstra", email ="sjoerd.kerkstra@radboudumc.nl"}] readme = "README.md"