From e63b3e51bd9bfaf95bf4bbab0cb334a0eec54913 Mon Sep 17 00:00:00 2001 From: Terry Zhao <zhao.terryy@gmail.com> Date: Wed, 22 Jul 2020 21:35:13 -0400 Subject: [PATCH] version 0.5.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa60e38..7bc696c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='mkdocs-pdf-export-plugin', - version='0.5.7', + version='0.5.8', description='An MkDocs plugin to export content pages as PDF files', long_description='The pdf-export plugin will export all markdown pages in your MkDocs repository as PDF files' 'using WeasyPrint. The exported documents support many advanced features missing in most other'