Skip to content

Commit 122e5b0

Browse files
authored
Version 3.3.0 (#60)
* Update pyproject.toml * Update HISTORY.md
1 parent a2c9345 commit 122e5b0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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
2+
## v3.3.0 (09-18-25)
3+
* Drops python 3.8 and 3.9. Moves to 3.10 as minimum
4+
* Drops poetry package management. Replaces with uv
5+
* Updates Flake8 and Mypy versions for code checking
6+
7+
## v3.2.1 (02-06-25)
8+
* WADO-RS Downloader now raises DICOMTrolleyError instead of OSError, parsing faulty dicom responses. Fixes #58
49

510
## v3.2.0 (17-09-24)
611
* Moves to pydantic v2, releases pydantic 1.8.2 pin. See #54

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dicomtrolley"
3-
version = "3.2.1"
3+
version = "3.3.0"
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"
@@ -40,4 +40,4 @@ dev = [
4040
"mkdocs-autorefs>=0.5.0",
4141
"pip-tools>=7.3.0",
4242
"pre-commit"
43-
]
43+
]

0 commit comments

Comments
 (0)