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.0.0 (Unreleased )
4+ 3.0.0 (2015-10-01 )
55------------------
66
77- Check flush method existence for file-like object #1398
Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '1.1.7' # PIL version
15- PILLOW_VERSION = '3.0.0.dev0 ' # Pillow
15+ PILLOW_VERSION = '3.0.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.0.0.dev0 "
74+ #define PILLOW_VERSION "3.0.0"
7575
7676#include "Python.h"
7777
Original file line number Diff line number Diff line change 1- version : 3.0.pre .{build}
1+ version : 3.0.0 .{build}
22clone_folder : c:\pillow
33init :
44- ECHO %PYTHON%
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def _read(file):
9090
9191
9292NAME = 'Pillow'
93- PILLOW_VERSION = '3.0.0.dev0 '
93+ PILLOW_VERSION = '3.0.0'
9494TCL_ROOT = None
9595JPEG_ROOT = None
9696JPEG2K_ROOT = None
You can’t perform that action at this time.
0 commit comments