Skip to content

Commit f24aa9e

Browse files
authored
Release Version 2.0.0 (#15)
* Update HISTORY.md * Update pyproject.toml * Update HISTORY.md
1 parent 38420fa commit f24aa9e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 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+
26
## v1.2.0 (2022-06-22)
37
* Introduces alternate disk storages for Trolley
48
* Adds FlatStorageDir class as alternate storage

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 = "1.2.0"
3+
version = "2.0.0"
44
description = "Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR"
55
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)