From fff5536b37c2d619c66c1189b6925fa0a8df3822 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 4 Jan 2016 02:04:23 -0800 Subject: [PATCH] 3.1.0 version --- 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 a5ddf64062c..e251cfa1c29 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.1.0.rc1' # Pillow +PILLOW_VERSION = '3.1.0' # Pillow _plugins = ['BmpImagePlugin', 'BufrStubImagePlugin', diff --git a/_imaging.c b/_imaging.c index e934a8a8192..3f86938bc23 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.1.0.rc1" +#define PILLOW_VERSION "3.1.0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index db3ee7f383d..74962935637 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.rc.{build} +version: 3.1.0.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index 3cd5f877125..f31a1468d26 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def _read(file): NAME = 'Pillow' -PILLOW_VERSION = '3.1.0.rc1' +PILLOW_VERSION = '3.1.0' TCL_ROOT = None JPEG_ROOT = None JPEG2K_ROOT = None