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 63976ac commit 78acf23Copy full SHA for 78acf23
HISTORY.rst
@@ -1,5 +1,8 @@
1
Changelog
2
---------
3
+* `0.4.1`
4
+ * More easier custom configuration setting
5
+ * Update README
6
* `0.4.0`
7
* Allow passing file-like objects
8
* Ability to return PDF as a string
pdfkit/__init__.py
@@ -4,7 +4,7 @@
"""
__author__ = 'Golovanov Stanislav'
-__version__ = '0.4.0'
+__version__ = '0.4.1'
__license__ = 'MIT'
9
10
from .pdfkit import PDFKit
0 commit comments