Skip to content

Commit

Permalink
v3.0.4 -> v3.0.5 (#50)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update HISTORY.md
  • Loading branch information
sjoerdk authored Nov 13, 2023
1 parent cadc8c7 commit cc05009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# History
## v3.0.5 (13-11-23)
* Fixes bug where StudyInstanceUID-only QIDO-RS HierarchicalQuery would remove UID from query
* Fixes bug where Series-level QIDO-RS RelationalQuery returns Study-level result

## v3.0.4 (25-09-23)
* Fixes build error in 3.0.3 github actions. No code changes

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dicomtrolley"
version = "3.0.4"
version = "3.0.5"
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
authors = ["sjoerdk <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cc05009

Please sign in to comment.