File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ dicomtrolley uses [poetry](https://python-poetry.org/docs/) for dependency and p
230230
231231# ## Add your code
232232Make 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dicomtrolley"
3- version = " 2.1.1 "
3+ version = " 2.1.2 "
44description = " Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR"
55authors = [" sjoerdk <sjoerd.kerkstra@radboudumc.nl>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments