1
0
Fork 0
forked from josch/img2pdf

release version 0.4.2

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-10-11 17:16:03 +02:00
parent e522ec14d9
commit 50b7145f64
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 12 additions and 3 deletions

View file

@ -2,7 +2,16 @@
CHANGES
=======
0.4.1 (2020-05-09)
0.4.2 (2021-10-11)
------------------
- add --rotation
- allow palette PNG images with ICC profile
- sort globbing result on windows
- convert 8-bit PNG alpha channels to /SMasks in PDF
- remove pdfrw from tests
0.4.1 (2021-05-09)
------------------
- support wildcards in paths on windows

View file

@ -1,7 +1,7 @@
import sys
from setuptools import setup
VERSION = "0.4.1"
VERSION = "0.4.2"
INSTALL_REQUIRES = (
"Pillow",

View file

@ -50,7 +50,7 @@ try:
except ImportError:
have_pikepdf = False
__version__ = "0.4.1"
__version__ = "0.4.2"
default_dpi = 96.0
papersizes = {
"letter": "8.5inx11in",