diff --git a/history.txt b/history.txt index 5640186..3c50881 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +24.09.2025 ver.1.10 +------------------- + ++ Custom paper sizes. + 03.09.2025 ver.1.9 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 81f33f5..91ea46f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown_pdf" -version = "1.9" +version = "1.10" description = "Markdown to pdf renderer" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8"