release version 0.2.2

This commit is contained in:
Johannes 'josch' Schauer 2017-01-20 05:23:40 +01:00
parent 68d67508b4
commit 1513ab3421
3 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,11 @@
CHANGES
=======
0.2.2
-----
- automatic monochrome CCITT Group4 encoding via Pillow/libtiff
0.2.1
-----

View file

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.2.1"
VERSION = "0.2.2"
setup(
name='img2pdf',

View file

@ -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",