Skip to content

Commit c8c1030

Browse files
committed
bump verison to 0.6.1
1 parent 0883acc commit c8c1030

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Contributors
1717
* `Hung Le <https://github.com/lexhung>`_
1818
* `Zachary Kazanski <https://github.com/Kazanz>`_
1919
* `Fasih Ahmad Fakhri <https://github.com/fasihahmad>`_
20+
* `Alan Hamlett <https://github.com/alanhamlett>`_

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
---------
3+
* `0.6.1`
4+
* Fix regression on python 3+ when trying to decode pdf output
35
* `0.6.0`
46
* Support repeatable options
57
* Support multiple values for some options

pdfkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
__author__ = 'Golovanov Stanislav'
7-
__version__ = '0.6.0'
7+
__version__ = '0.6.1'
88
__license__ = 'MIT'
99

1010
from .pdfkit import PDFKit

0 commit comments

Comments
 (0)