Skip to content

Commit a0b51f3

Browse files
committed
for Release 0.8.0
1 parent ecba650 commit a0b51f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-with-pdf 0.8.0 (2020-11-03)
2+
3+
* Changed for the template processing of the cover page to be based on jinja2.
4+
* Added a logo on the cover page.
5+
* Added back cover page generation option.
6+
17
mkdocs-with-pdf 0.7.7 (2020-10-29)
28

39
* Fixed not escaping single quotes in style.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
recursive-include mkdocs_with_pdf *.scss *.css *.js
1+
recursive-include mkdocs_with_pdf *.scss *.css *.js *.j2 *.html
22
recursive-exclude samples *
33
recursive-exclude * __pycache__
44
recursive-exclude * *.py[co]

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