diff --git a/CHANGELOG b/CHANGELOG index 9b492e68..b967e58c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-with-pdf 0.9.3 (2021-07-03) + + * Fixed a bug with number-only page titles. #67 + mkdocs-with-pdf 0.9.2 (2021-06-15) * Fixed an issue when running on Python 3.6. #58 diff --git a/setup.py b/setup.py index a253ef28..ee4d92e8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='mkdocs-with-pdf', - version='0.9.2', + version='0.9.3', description='Generate a single PDF file from MkDocs repository', # noqa E501 long_description=io.open('README.md', encoding='utf8').read(), long_description_content_type='text/markdown',