From 4f4c98222914353470336ab7288c1f1876b4b2b7 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 1 Jul 2016 05:57:19 -0700 Subject: [PATCH] 3.3.0 Release 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 c812a9e00f6..0d43ab1aee0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog (Pillow) ================== -3.3.0 (unreleased) +3.3.0 (2016-07-01) ------------------ - Fixed enums for Resolution Unit and Predictor in TiffTags.py #1998 diff --git a/PIL/__init__.py b/PIL/__init__.py index 68ceab21b5c..e5dcf436993 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.3.0.dev0' # Pillow +PILLOW_VERSION = '3.3.0' # Pillow _plugins = ['BmpImagePlugin', 'BufrStubImagePlugin', diff --git a/_imaging.c b/_imaging.c index 0acd92b86af..52dc3b3fae4 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.3.0.dev0" +#define PILLOW_VERSION "3.3.0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index c69b9bed7db..8adb9ba6d45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.3.pre.{build} +version: 3.3.0.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index bf9adb71890..53c7227b8e7 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def _read(file): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '3.3.0.dev0' +PILLOW_VERSION = '3.3.0' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None