File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11Changelog (Pillow)
22==================
33
4+ 3.3.3 (2016-10-04)
5+ ------------------
6+
7+ - Fix fix for map.c overflow #2151
8+ [wiredfool]
9+
4103.3.2 (2016-10-03)
511------------------
612
Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '1.1.7' # PIL version
15- PILLOW_VERSION = '3.3.2 ' # Pillow
15+ PILLOW_VERSION = '3.3.3 ' # 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.2 "
74+ #define PILLOW_VERSION "3.3.3 "
7575
7676#include "Python.h"
7777
Original file line number Diff line number Diff line change 1- version : 3.3.2 .{build}
1+ version : 3.3.3 .{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.2 '
113+ PILLOW_VERSION = '3.3.3 '
114114JPEG_ROOT = None
115115JPEG2K_ROOT = None
116116ZLIB_ROOT = None
You can’t perform that action at this time.
0 commit comments