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 35dedee commit 2e2bb68Copy full SHA for 2e2bb68
CHANGELOG
@@ -1,3 +1,7 @@
1
+mkdocs-with-pdf 0.9.3 (2021-07-03)
2
+
3
+ * Fixed a bug with number-only page titles. #67
4
5
mkdocs-with-pdf 0.9.2 (2021-06-15)
6
7
* Fixed an issue when running on Python 3.6. #58
setup.py
@@ -4,7 +4,7 @@
setup(
name='mkdocs-with-pdf',
- version='0.9.2',
+ version='0.9.3',
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