From c8c1030bf63a41f7d22ffc40bd346417202466ee Mon Sep 17 00:00:00 2001 From: Stanislav Golovanov Date: Mon, 9 Jan 2017 18:41:22 +0300 Subject: [PATCH] bump verison to 0.6.1 --- AUTHORS.rst | 1 + HISTORY.rst | 2 ++ pdfkit/__init__.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index cd12c2f..62bdf43 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -17,3 +17,4 @@ Contributors * `Hung Le `_ * `Zachary Kazanski `_ * `Fasih Ahmad Fakhri `_ +* `Alan Hamlett `_ diff --git a/HISTORY.rst b/HISTORY.rst index ad0c233..4c8715d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +* `0.6.1` + * Fix regression on python 3+ when trying to decode pdf output * `0.6.0` * Support repeatable options * Support multiple values for some options diff --git a/pdfkit/__init__.py b/pdfkit/__init__.py index c007b35..4d064d9 100644 --- a/pdfkit/__init__.py +++ b/pdfkit/__init__.py @@ -4,7 +4,7 @@ """ __author__ = 'Golovanov Stanislav' -__version__ = '0.6.0' +__version__ = '0.6.1' __license__ = 'MIT' from .pdfkit import PDFKit