File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
17
## v0.1.2 (2022-05-31)
6
18
### Fix
7
19
* ** repersonalisation:** Non ui field ([ ` 6f40654 ` ] ( https://github.com/a-parida12/pdf2dcm/commit/6f40654cc53306a958864ea6d52928d1c6ba9bf9 ) )
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.2 "
1
+ __version__ = "0.2.0 "
2
2
from .pdf2encaps import Pdf2EncapsDCM # noqa
3
3
from .pdf2rgb import Pdf2RgbSC # noqa
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pdf2dcm"
3
- version = " 0.1.2 "
3
+ version = " 0.2.0 "
4
4
description = " A PDF to Dicom Converter"
5
5
authors = [" Abhijeet Parida <abhijeet.parida@tum.de>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments