We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0883acc commit c8c1030Copy full SHA for c8c1030
AUTHORS.rst
@@ -17,3 +17,4 @@ Contributors
17
* `Hung Le <https://github.com/lexhung>`_
18
* `Zachary Kazanski <https://github.com/Kazanz>`_
19
* `Fasih Ahmad Fakhri <https://github.com/fasihahmad>`_
20
+* `Alan Hamlett <https://github.com/alanhamlett>`_
HISTORY.rst
@@ -1,5 +1,7 @@
1
Changelog
2
---------
3
+* `0.6.1`
4
+ * Fix regression on python 3+ when trying to decode pdf output
5
* `0.6.0`
6
* Support repeatable options
7
* Support multiple values for some options
pdfkit/__init__.py
@@ -4,7 +4,7 @@
"""
__author__ = 'Golovanov Stanislav'
-__version__ = '0.6.0'
+__version__ = '0.6.1'
8
__license__ = 'MIT'
9
10
from .pdfkit import PDFKit
0 commit comments