forked from josch/img2pdf
release version 0.2.2
This commit is contained in:
parent
68d67508b4
commit
1513ab3421
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
0.2.2
|
||||
-----
|
||||
|
||||
- automatic monochrome CCITT Group4 encoding via Pillow/libtiff
|
||||
|
||||
0.2.1
|
||||
-----
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
VERSION = "0.2.1"
|
||||
VERSION = "0.2.2"
|
||||
|
||||
setup(
|
||||
name='img2pdf',
|
||||
|
|
|
@ -28,7 +28,7 @@ from enum import Enum
|
|||
from io import BytesIO
|
||||
import logging
|
||||
|
||||
__version__ = "0.2.1"
|
||||
__version__ = "0.2.2"
|
||||
default_dpi = 96.0
|
||||
papersizes = {
|
||||
"letter": "8.5inx11in",
|
||||
|
|
Loading…
Reference in a new issue