diff --git a/history.txt b/history.txt index 65c6eb5..27af4a8 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +31.08.2025 ver.1.8 +------------------ + + Allow to save result to file-like object. 17.04.2025 ver.1.7 diff --git a/pyproject.toml b/pyproject.toml index efe5d38..627c9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown_pdf" -version = "1.7" +version = "1.8" description = "Markdown to pdf renderer" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8"