Skip to content

Commit 133e63a

Browse files
authored
Merge pull request #14 from sjoerdk/v1.2.0
Release version 1.2.0
2 parents 9fc338f + 8d5a6e4 commit 133e63a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
## v1.1.1 (2022-05-18)
38
* Adds jpeg lossless transfer syntax (1.2.840.10008.1.2.4.70) to rad-69 requests
49

@@ -67,4 +72,4 @@
6772

6873
## v0.1.0 (2021-03-12)
6974

70-
* Initial version
75+
* Initial version

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.1.1"
3+
version = "1.2.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)