Skip to content

Commit

Permalink
for Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orzih committed Nov 2, 2020
1 parent ecba650 commit a0b51f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mkdocs-with-pdf 0.8.0 (2020-11-03)

* Changed for the template processing of the cover page to be based on jinja2.
* Added a logo on the cover page.
* Added back cover page generation option.

mkdocs-with-pdf 0.7.7 (2020-10-29)

* Fixed not escaping single quotes in style.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include mkdocs_with_pdf *.scss *.css *.js
recursive-include mkdocs_with_pdf *.scss *.css *.js *.j2 *.html
recursive-exclude samples *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
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.7',
version='0.8.0',
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 a0b51f3

Please sign in to comment.