From c3e166264959862254a4a5f51fd9271e9a8c3760 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 4 May 2016 23:00:08 +0200 Subject: [PATCH] release version 0.2.1 --- CHANGES.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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',