Skip to content

Commit

Permalink
for Release v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
orzih committed Oct 29, 2020
1 parent bc5a5d3 commit 0a20bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mkdocs-with-pdf 0.7.7 (2020-10-29)

* Fixed not escaping single quotes in style.

mkdocs-with-pdf 0.7.6 (2020-10-12)

* options: Allow user to set theme-path in local-conf.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='mkdocs-with-pdf',
version='0.7.6',
version='0.7.7',
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',
Expand Down

0 comments on commit 0a20bde

Please sign in to comment.