File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '1.1.7' # PIL version
15- PILLOW_VERSION = '3.2.0.dev0 ' # Pillow
15+ PILLOW_VERSION = '3.2.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.2.0.dev0 "
74+ #define PILLOW_VERSION "3.2.0"
7575
7676#include "Python.h"
7777
Original file line number Diff line number Diff line change 1- version : 3.2.pre .{build}
1+ version : 3.2.0 .{build}
22clone_folder : c:\pillow
33init :
44- ECHO %PYTHON%
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def _read(file):
8888 _tkinter = None
8989
9090NAME = 'Pillow'
91- PILLOW_VERSION = '3.2.0.dev0 '
91+ PILLOW_VERSION = '3.2.0'
9292TCL_ROOT = None
9393JPEG_ROOT = None
9494JPEG2K_ROOT = None
You can’t perform that action at this time.
0 commit comments