Skip to content

Commit 7d33010

Browse files
committed
doc: update changelog, bump version
1 parent ec40e47 commit 7d33010

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

changelog.d/22.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/24.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/25.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/26.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/rtfparse/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22

33

4-
__version__ = "0.9.1-rc.1"
4+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)