Skip to content

Commit

Permalink
bump verison to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzCore committed Jan 9, 2017
1 parent 0883acc commit c8c1030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Contributors
* `Hung Le <https://github.com/lexhung>`_
* `Zachary Kazanski <https://github.com/Kazanz>`_
* `Fasih Ahmad Fakhri <https://github.com/fasihahmad>`_
* `Alan Hamlett <https://github.com/alanhamlett>`_
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pdfkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__author__ = 'Golovanov Stanislav'
__version__ = '0.6.0'
__version__ = '0.6.1'
__license__ = 'MIT'

from .pdfkit import PDFKit
Expand Down

0 comments on commit c8c1030

Please sign in to comment.