Skip to content

Commit 6079422

Browse files
committed
Merge branch 'master' of github.com:sjoerdk/dicomtrolley
2 parents 6cf0386 + 45b4e21 commit 6079422

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# History
2+
## v2.1.2 (2022-07-16)
3+
* Now re-raises underlying urllib3.exceptions.ProtocolError to dicom trolley exception
4+
25
## v2.1.1 (2022-07-14)
36
* Rebrands some requests server exceptions to dicom trolley exceptions for easier handling
47

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ dicomtrolley uses [poetry](https://python-poetry.org/docs/) for dependency and p
230230

231231
### Add your code
232232
Make your code contributions. Make sure document and add tests for new features.
233-
To automatically publish to pypi, increment the version number. See below.
233+
To automatically publish to pypi, increment the version number and push to master. See below.
234234

235235
### Lint your code
236236
* Run all tests

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 = "2.1.1"
3+
version = "2.1.2"
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)