Skip to content

Commit 78acf23

Browse files
committed
version bump
1 parent 63976ac commit 78acf23

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
---------
3+
* `0.4.1`
4+
* More easier custom configuration setting
5+
* Update README
36
* `0.4.0`
47
* Allow passing file-like objects
58
* Ability to return PDF as a string

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.4.0'
7+
__version__ = '0.4.1'
88
__license__ = 'MIT'
99

1010
from .pdfkit import PDFKit

0 commit comments

Comments
 (0)