Skip to content

Commit 4f4c982

Browse files
committed
3.3.0 Release Version Bump
1 parent c915f25 commit 4f4c982

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog (Pillow)
22
==================
33

4-
3.3.0 (unreleased)
4+
3.3.0 (2016-07-01)
55
------------------
66

77
- Fixed enums for Resolution Unit and Predictor in TiffTags.py #1998

PIL/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ;-)
1313

1414
VERSION = '1.1.7' # PIL version
15-
PILLOW_VERSION = '3.3.0.dev0' # Pillow
15+
PILLOW_VERSION = '3.3.0' # Pillow
1616

1717
_plugins = ['BmpImagePlugin',
1818
'BufrStubImagePlugin',

_imaging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* See the README file for information on usage and redistribution.
7272
*/
7373

74-
#define PILLOW_VERSION "3.3.0.dev0"
74+
#define PILLOW_VERSION "3.3.0"
7575

7676
#include "Python.h"
7777

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.3.pre.{build}
1+
version: 3.3.0.{build}
22
clone_folder: c:\pillow
33
init:
44
- ECHO %PYTHON%

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _read(file):
110110
_tkinter = None
111111

112112
NAME = 'Pillow'
113-
PILLOW_VERSION = '3.3.0.dev0'
113+
PILLOW_VERSION = '3.3.0'
114114
JPEG_ROOT = None
115115
JPEG2K_ROOT = None
116116
ZLIB_ROOT = None

0 commit comments

Comments
 (0)