diff --git a/CHANGELOG b/CHANGELOG index 9b694661..169c1d96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-with-pdf 0.3.3 (2020-08-08) + + * Fixed current page refs in subdirectories w/o directory-urls. + mkdocs-with-pdf 0.3.2 (2020-08-07) * Fixed current page refs when `use_directory_urls=false`. diff --git a/setup.py b/setup.py index 59dcb0eb..c605d4b7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='mkdocs-with-pdf', - version='0.3.2', + version='0.3.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',