We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cedda commit 385ba8dCopy full SHA for 385ba8d
CHANGELOG
@@ -1,3 +1,7 @@
1
+mkdocs-with-pdf 0.9.1 (2021-06-15)
2
+
3
+ * Fixed a bug about `exclude_pages` option. #64
4
5
mkdocs-with-pdf 0.9.0 (2021-06-12)
6
7
* Drop support for Python 3.5.
setup.py
@@ -4,7 +4,7 @@
setup(
name='mkdocs-with-pdf',
- version='0.9.0',
+ version='0.9.1',
8
description='Generate a single PDF file from MkDocs repository', # noqa E501
9
long_description=io.open('README.md', encoding='utf8').read(),
10
long_description_content_type='text/markdown',
0 commit comments