From 2023c7cea1f69f9260b8bc9b176f493a42fdcafe Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 1 Jul 2016 07:20:31 -0700 Subject: [PATCH] Version 3.4.0.pre 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 e5dcf4369..d8cc20e53 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.3.0' # Pillow +PILLOW_VERSION = '3.4.0.dev0' # Pillow _plugins = ['BmpImagePlugin', 'BufrStubImagePlugin', diff --git a/_imaging.c b/_imaging.c index 52dc3b3fa..71c77eec7 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.3.0" +#define PILLOW_VERSION "3.4.0.dev0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index 8adb9ba6d..826c4c1a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.3.0.{build} +version: 3.4.pre.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index 53c7227b8..5a8165c9a 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ except (ImportError, OSError): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '3.3.0' +PILLOW_VERSION = '3.4.0.dev0' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None