Skip to content

Commit 14f469f

Browse files
authored
V3.2.1 (#59)
* Update pyproject.toml * Update HISTORY.md
1 parent ab67938 commit 14f469f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# History
2+
## v3.2.1 (02-06-24)
3+
* WADO-RS Downloader now raises DICOMTrolleyError instead of OSErron parsing faulty dicom responses. Fixes #58
4+
25
## v3.2.0 (17-09-24)
36
* Moves to pydantic v2, releases pydantic 1.8.2 pin. See #54
47

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dicomtrolley"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
55
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)