Skip to content

Commit 69a7505

Browse files
author
Sven Siegmund
committed
bump version
1 parent 86ed8db commit 69a7505

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
<!-- towncrier release notes start -->
44

5+
## 0.8.2 (2024-03-05)
6+
7+
8+
### Documentation
9+
10+
- Update `README.md`: Create parent directories of `target_path` if they don't already exist. [#14](https://github.com/fleetingbytes/rtfparse/issues/14)
11+
512
## 0.8.1 (2023-08-07)
613

714

changelog.d/14.doc.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.8.1"
4+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)