diff --git a/CHANGES.rst b/CHANGES.rst index e6aa986..52f165f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,15 @@ CHANGES ======= +0.2.1 +----- + + - set img2pdf as /producer value + - support multi-frame images like multipage TIFF and animated GIF + - support for palette images like GIF + - support all colorspaces and imageformats knows by PIL + - read horizontal and vertical dpi from JPEG2000 files + 0.2.0 ----- diff --git a/setup.py b/setup.py index be3dbba..50de1e6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.2" +VERSION = "0.2.1" setup( name='img2pdf',