From a021d4978dd96371557f21c7b68feff2056a6e9b Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 1 Jan 2017 20:20:06 +0000 Subject: [PATCH] 4.0.0 version bump --- CHANGES.rst | 2 +- PIL/__init__.py | 2 +- _imaging.c | 2 +- appveyor.yml | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bfe27fa7861..094e39f87a4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog (Pillow) ================== -3.5.0 (unreleased) +4.0.0 (2017-01-01) ------------------ - Refactor out postprocessing hack to load_end in PcdImageFile diff --git a/PIL/__init__.py b/PIL/__init__.py index be672e825db..36c193cfc70 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.5.0.dev0' # Pillow +PILLOW_VERSION = '4.0.0' # Pillow __version__ = PILLOW_VERSION diff --git a/_imaging.c b/_imaging.c index 83e159c5622..c852f6d433b 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.5.0.dev0" +#define PILLOW_VERSION "4.0.0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index 9ff661224fe..e03afa4c064 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.5.pre.{build} +version: 4.0.0.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index c35d4357ce0..65760926a7b 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def _read(file): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '3.5.0.dev0' +PILLOW_VERSION = '4.4.0' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None