Skip to content

Commit 4e0bb63

Browse files
authored
Issue 801 (#1072)
* version 0.9.19
1 parent f70427c commit 4e0bb63

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
### Added
66

7+
- None
8+
9+
### Fixed
10+
11+
- None
12+
13+
### Changed
14+
15+
- None
16+
17+
## Version 0.9.19 - Date: 2024-04-30
18+
19+
This release focuses on getting the documentation up to date
20+
and in the new read-the-docs format. Some small issues were
21+
addressed, but this is mainly to get the documents into good
22+
shape for release.
23+
24+
To view the new documentation, goto
25+
[ReadTheDocs](https://pymarkdown.readthedocs.io/en/latest/).
26+
27+
### Added
28+
729
- [Issue 801](https://github.com/jackdewinter/pymarkdown/issues/801)
830
- Started movement of docs from README.md and docs directory to
931
the newdocs directory with a shorter README.md.

pymarkdown/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Library version information.
33
"""
44

5-
__version__: str = "0.9.18"
5+
__version__: str = "0.9.19"

0 commit comments

Comments
 (0)