Prep 2.8.0

No ci skip here because let's see CI run w/new version numbers. I'm starting to think (again) this bump should happen immediately after the release instead of right before the next? But I know @wiredfool had some objection to this at some point. As a compromise, maybe we could change to 2.9.0dev immediately following the release of 2.8.0.
This commit is contained in:
Alex Clark 2015-03-27 07:02:02 -04:00
parent 508c8dbe00
commit 860a1dedf1
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# ;-)
VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '2.7.0' # Pillow
PILLOW_VERSION = '2.8.0' # Pillow
_plugins = ['BmpImagePlugin',
'BufrStubImagePlugin',

View File

@ -71,7 +71,7 @@
* See the README file for information on usage and redistribution.
*/
#define PILLOW_VERSION "2.7.0"
#define PILLOW_VERSION "2.8.0"
#include "Python.h"

View File

@ -90,7 +90,7 @@ except (ImportError, OSError):
NAME = 'Pillow'
PILLOW_VERSION = '2.7.0'
PILLOW_VERSION = '2.8.0'
TCL_ROOT = None
JPEG_ROOT = None
JPEG2K_ROOT = None