From 4b40839970b76e00921b0beef3a1403fde229a55 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 15 Jul 2014 06:15:31 -0400 Subject: [PATCH] Revert "Bump" This reverts commit 4fe5d520fbd7668df0c5998753be3ed158af32b0. Hah, foiled by PEP8 --- PIL/__init__.py | 2 +- _imaging.c | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PIL/__init__.py b/PIL/__init__.py index 8702d24cd..d446aa19b 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '2.6.0dev' # Pillow +PILLOW_VERSION = '2.5.0' # Pillow _plugins = ['BmpImagePlugin', 'BufrStubImagePlugin', diff --git a/_imaging.c b/_imaging.c index de2603cbc..92258032f 100644 --- a/_imaging.c +++ b/_imaging.c @@ -71,7 +71,7 @@ * See the README file for information on usage and redistribution. */ -#define PILLOW_VERSION "2.6.0dev" +#define PILLOW_VERSION "2.5.0" #include "Python.h" diff --git a/setup.py b/setup.py index 5017b56e9..e94e34d28 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ except (ImportError, OSError): NAME = 'Pillow' -PILLOW_VERSION = '2.6.0dev' +PILLOW_VERSION = '2.5.0' TCL_ROOT = None JPEG_ROOT = None JPEG2K_ROOT = None