Skip to content

Commit b8a7f39

Browse files
committed
for Release 0.8.1
1 parent 53c1e82 commit b8a7f39

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.8.1 (2020-11-30)
2+
3+
* Removed compressed css output_style to avoid problems with umlauts.
4+
15
mkdocs-with-pdf 0.8.0 (2020-11-03)
26

37
* Changed for the template processing of the cover page to be based on jinja2.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='mkdocs-with-pdf',
7-
version='0.8.0',
7+
version='0.8.1',
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',
@@ -30,7 +30,8 @@
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33-
'Programming Language :: Python :: 3.8'
33+
'Programming Language :: Python :: 3.8',
34+
'Programming Language :: Python :: 3.9'
3435
],
3536
packages=find_packages(),
3637
include_package_data=True,

0 commit comments

Comments
 (0)