Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 16, 2023
1 parent 179d7a2 commit d24da7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.4.1 (2023-03-16)
### Fix
* **personalization:** Removed non dicom standard UID generation ([`db9eae8`](https://github.com/a-parida12/pdf2dcm/commit/db9eae87a48b98a43b5f95884adad0854c7d16ed))

## v0.4.0 (2022-10-17)
### Feature
* **Pdf2RgbSC:** Allow for merging files ([#30](https://github.com/a-parida12/pdf2dcm/issues/30)) ([`7585fc3`](https://github.com/a-parida12/pdf2dcm/commit/7585fc3245cd6fa3e2c0b90a722a5e410324ed48))
Expand Down
2 changes: 1 addition & 1 deletion pdf2dcm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
from .pdf2encaps import Pdf2EncapsDCM # noqa
from .pdf2rgb import Pdf2RgbSC # noqa
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdf2dcm"
version = "0.4.0"
version = "0.4.1"
description = "A PDF to Dicom Converter"
authors = ["Abhijeet Parida <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d24da7b

Please sign in to comment.