From 1161d2054899ba2d9955870ad425553e7f0884ac Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 17 Oct 2016 01:35:19 -0700 Subject: [PATCH] 3.4.2 Release version bump --- PIL/__init__.py | 2 +- _imaging.c | 2 +- appveyor.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PIL/__init__.py b/PIL/__init__.py index ffb82eadc..e5cf36492 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.4.1' # Pillow +PILLOW_VERSION = '3.4.2' # Pillow __version__ = PILLOW_VERSION diff --git a/_imaging.c b/_imaging.c index ce86c327a..37c96690a 100644 --- a/_imaging.c +++ b/_imaging.c @@ -71,7 +71,7 @@ * See the README file for information on usage and redistribution. */ -#define PILLOW_VERSION "3.4.1" +#define PILLOW_VERSION "3.4.2" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index c9d9da0ad..c6cda555e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.4.1.{build} +version: 3.4.2.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index cfbfa0e8c..5257e748e 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ except (ImportError, OSError): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '3.4.1' +PILLOW_VERSION = '3.4.2' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None