We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38420fa commit f24aa9eCopy full SHA for f24aa9e
2 files changed
HISTORY.md
@@ -1,4 +1,8 @@
1
# History
2
+## v2.0.0 (2022-06-27)
3
+* Introduces unified Query object that can be used for any backend. Changes parameter naming
4
+ and capitalisation for many queries so major version.
5
+
6
## v1.2.0 (2022-06-22)
7
* Introduces alternate disk storages for Trolley
8
* Adds FlatStorageDir class as alternate storage
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dicomtrolley"
-version = "1.2.0"
+version = "2.0.0"
description = "Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR"
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
readme = "README.md"
0 commit comments