We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fc338f + 8d5a6e4 commit 133e63aCopy full SHA for 133e63a
2 files changed
HISTORY.md
@@ -1,4 +1,9 @@
1
# History
2
+## v1.2.0 (2022-06-22)
3
+* Introduces alternate disk storages for Trolley
4
+* Adds FlatStorageDir class as alternate storage
5
+* Adds test coverage configuration with .coveragerc
6
+
7
## v1.1.1 (2022-05-18)
8
* Adds jpeg lossless transfer syntax (1.2.840.10008.1.2.4.70) to rad-69 requests
9
@@ -67,4 +72,4 @@
67
72
68
73
## v0.1.0 (2021-03-12)
69
74
70
-* Initial version
75
+* Initial version
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dicomtrolley"
-version = "1.1.1"
+version = "1.2.0"
description = "Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR"
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
readme = "README.md"
0 commit comments