From 18fe7ee519c31c4721d29d1cd8ad4d8dfb7fd327 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 5 Dec 2013 05:15:58 -0500 Subject: [PATCH] Prepare for 2.3.0 release in < 30 days --- _imaging.c | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_imaging.c b/_imaging.c index 82c53a40d..dcb063081 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.2.1" +#define PILLOW_VERSION "2.3.0" #include "Python.h" diff --git a/setup.py b/setup.py index 2bc5ca3f6..b74904014 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ except ImportError: NAME = 'Pillow' -VERSION = '2.2.1' +VERSION = '2.3.0' TCL_ROOT = None JPEG_ROOT = None ZLIB_ROOT = None