Skip to content

Commit e7d8fec

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent b457292 commit e7d8fec

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2022-06-09)
6+
### Feature
7+
* **Pdf2RgbSC:** Class to implement Pdf2RgbSC ([`3bd74cc`](https://github.com/a-parida12/pdf2dcm/commit/3bd74ccc5a4ad8e226592db007d706aca63e8464))
8+
9+
### Fix
10+
* **Pdf2EncapsDCM:** Updated return type in tests ([`42db74d`](https://github.com/a-parida12/pdf2dcm/commit/42db74ddcffba3779e0edbf652b1503fa54704cf))
11+
12+
### Documentation
13+
* **README:** Updated with new instructions ([`b457292`](https://github.com/a-parida12/pdf2dcm/commit/b45729272f95b5c02e22b74f1fc113fee61e3721))
14+
* **README:** Updated info about poppler setup ([`fa28b3c`](https://github.com/a-parida12/pdf2dcm/commit/fa28b3cb03af1eb882e2b74f4fff6249fff1959d))
15+
* **pdf2encaps:** Added docstring to class init ([`9249f39`](https://github.com/a-parida12/pdf2dcm/commit/9249f39e09d3a559ba1d4fa21535f5c56f8788d7))
16+
517
## v0.1.2 (2022-05-31)
618
### Fix
719
* **repersonalisation:** Non ui field ([`6f40654`](https://github.com/a-parida12/pdf2dcm/commit/6f40654cc53306a958864ea6d52928d1c6ba9bf9))

pdf2dcm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.2.0"
22
from .pdf2encaps import Pdf2EncapsDCM # noqa
33
from .pdf2rgb import Pdf2RgbSC # noqa

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 = "pdf2dcm"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "A PDF to Dicom Converter"
55
authors = ["Abhijeet Parida <abhijeet.parida@tum.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)