File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed
Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5+ ## 0.9.1 (2024-06-21)
6+
7+
8+ ### Documentation
9+
10+ - Fix old naming in readme [ #22 ] ( https://github.com/fleetingbytes/rtfparse/issues/22 )
11+ - Add example how to programmatically extract HTML from MS Outlook message [ #25 ] ( https://github.com/fleetingbytes/rtfparse/issues/25 )
12+
13+
14+ ### Bugfixes
15+
16+ - Don't setup log if not using the CLI [ #24 ] ( https://github.com/fleetingbytes/rtfparse/issues/24 )
17+ - Fix possible bug in error handling [ #26 ] ( https://github.com/fleetingbytes/rtfparse/issues/26 )
18+
519## 0.9.0 (2024-03-11)
620
721
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
33
4- __version__ = "0.9.1-rc.1 "
4+ __version__ = "0.9.1"
You can’t perform that action at this time.
0 commit comments