Skip to content

Commit 2e2bb68

Browse files
committed
for Release 0.9.3
1 parent 35dedee commit 2e2bb68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
mkdocs-with-pdf 0.9.2 (2021-06-15)
26

37
* Fixed an issue when running on Python 3.6. #58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='mkdocs-with-pdf',
7-
version='0.9.2',
7+
version='0.9.3',
88
description='Generate a single PDF file from MkDocs repository', # noqa E501
99
long_description=io.open('README.md', encoding='utf8').read(),
1010
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)