Skip to content

Commit 0a20bde

Browse files
committed
for Release v0.7.7
1 parent bc5a5d3 commit 0a20bde

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.7.7 (2020-10-29)
2+
3+
* Fixed not escaping single quotes in style.
4+
15
mkdocs-with-pdf 0.7.6 (2020-10-12)
26

37
* options: Allow user to set theme-path in local-conf.

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.7.6',
7+
version='0.7.7',
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)