File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changelog (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
Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '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' ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version : 3.3.pre .{build}
1+ version : 3.3.0 .{build}
22clone_folder : c:\pillow
33init :
44- ECHO %PYTHON%
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def _read(file):
110110 _tkinter = None
111111
112112NAME = 'Pillow'
113- PILLOW_VERSION = '3.3.0.dev0 '
113+ PILLOW_VERSION = '3.3.0'
114114JPEG_ROOT = None
115115JPEG2K_ROOT = None
116116ZLIB_ROOT = None
You can’t perform that action at this time.
0 commit comments